#ac650d

Color #AC650D Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AC650D

Tints of Golden Brown #AC650D

Color information

#AC650D (or 0xAC650D) is unknown color: approx Golden Brown. HEX triplet: AC, 65 and 0D. RGB value is (172,101,13). Sum of RGB (Red+Green+Blue) = 172+101+13=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC650D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC650D is #539AF2. Grayscale: #707070. Windows color (decimal): -5479155 or 877996. OLE color: 877996.

HSL color Cylindrical-coordinate representation of color #AC650D: hue angle of 33.21º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC650D is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB17210113-
CMYK00.410.920.33
HSL33.21º85.95%36.27%-
HSV(B)33.21º92.44%67.45%-
XYZ21.7418.112.73-
YUV112.272.02170.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 60.14%
GREEN value IS 101 (39.84% from 255) = 35.31%
BLUE value IS 13 (5.47% from 255) = 4.55%
R=60.14%
G=35.31%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721011300.410.920.3333.2185.9536.27
HexAC65D0295C21215624
Octal25414515051134414112644
Binary1010110011001011101010100110111001000011000011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac650d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac650d; }

 p { color: rgb(172,101,13); }

 H1.HeaderClassName
 {
   color: #ac650d;
 }
 .AnyTagClassName
 {
   color: #ac650d;
 }
</style>
background-color css

<style>
 a { background-color: #ac650d; }

 a { background-color: rgb(172,101,13); }

 div.DivClassName
 {
   background-color: #ac650d;
 }
 .BgClassName
 {
   background-color: #ac650d;
 }
</style>
border-color css

<style>
 span { border-color: #ac650d; }

 span { border-color: rgb(172,101,13); }

 td.TdClassName
 {
   border-color: #ac650d;
 }
 .TagClassName
 {
   border-color: #ac650d;
 }
</style>