Html Css Color HEX #AC6409 Golden Brown

📋 copy color: '#AC6409'

red 172 ◦ green 100 ◦ blue 9

#AC6409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AC6409

Tints of Golden Brown #AC6409

RGB

 RED value IS 172 (67.58% from 255) = 61.21%

 GREEN value IS 100 (39.45% from 255) = 35.59%

 BLUE value IS 9 (3.91% from 255) = 3.2%

R = 61.21%
G = 35.59%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC6409 (or 0xAC6409) is known color: Golden Brown. HEX triplet: AC, 64 and 09. RGB value is (172,100,9). Sum of RGB (Red+Green+Blue) = 172+100+9=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6409 is #539BF6. Grayscale: #6F6F6F. Windows color (decimal): -5479415 or 615596. OLE color: 615596.

HSL color Cylindrical-coordinate representation of color #AC6409: hue angle of 33.5º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC6409 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 100 9 -
CMYK 0 0.42 0.95 0.33
HSL 33.5º 0.9% 0.35% -
HSV(B) 33.5º 0.95% 0.67% -
XYZ 21.62 17.9 2.57 -
YUV 111.15 70.35 171.4 -
System Red Green Blue C M Y K H S L
Decimal 172 100 9 0 0.42 0.95 0.33 33.5 0.9 0.35
Hex AC 64 9 0 2A 5F 21 21 5A 23
Octal 254 144 11 0 52 137 41 41 132 43
Binary 10101100 1100100 1001 0 101010 1011111 100001 100001 1011010 100011

Color Harmonies of #AC6409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6409

Black with #AC6409

Text Example


Text Example

White with #AC6409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6409; }

 p { color: rgb(172,100,9); }

 H1.HeaderClassName
 {
   color: #AC6409;
 }
 .AnyTagClassName
 {
   color: #AC6409;
 }
</style>

background-color css

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

 a { background-color: rgb(172,100,9); }

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

border-color css

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

 span { border-color: rgb(172,100,9); }

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