Html Css Color HEX #AC6404 Golden Brown

📋 copy color: '#AC6404'

red 172 ◦ green 100 ◦ blue 4

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

Shades of Golden Brown #AC6404

Tints of Golden Brown #AC6404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 62.32%
G = 36.23%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC6404 (or 0xAC6404) is known color: Golden Brown. HEX triplet: AC, 64 and 04. RGB value is (172,100,4). Sum of RGB (Red+Green+Blue) = 172+100+4=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6404 is #539BFB. Grayscale: #6F6F6F. Windows color (decimal): -5479420 or 287916. OLE color: 287916.

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

Color convert

RGB 172 100 4 -
CMYK 0 0.42 0.98 0.33
HSL 34.29º 0.95% 0.35% -
HSV(B) 34.29º 0.98% 0.67% -
XYZ 21.59 17.89 2.43 -
YUV 110.58 67.85 171.81 -
System Red Green Blue C M Y K H S L
Decimal 172 100 4 0 0.42 0.98 0.33 34.29 0.95 0.35
Hex AC 64 4 0 2A 62 21 22 5F 23
Octal 254 144 4 0 52 142 41 42 137 43
Binary 10101100 1100100 100 0 101010 1100010 100001 100010 1011111 100011

Color Harmonies of #AC6404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6404

Black with #AC6404

Text Example


Text Example

White with #AC6404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6404; }

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

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

background-color css

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

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

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

border-color css

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

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

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