Html Css Color HEX #AC6D04 Golden Brown

📋 copy color: '#AC6D04'

red 172 ◦ green 109 ◦ blue 4

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

Shades of Golden Brown #AC6D04

Tints of Golden Brown #AC6D04

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.25%

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

R = 60.35%
G = 38.25%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC6D04 (or 0xAC6D04) is known color: Golden Brown. HEX triplet: AC, 6D and 04. RGB value is (172,109,4). Sum of RGB (Red+Green+Blue) = 172+109+4=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6D04 is #5392FB. Grayscale: #747474. Windows color (decimal): -5477116 or 290220. OLE color: 290220.

HSL color Cylindrical-coordinate representation of color #AC6D04: hue angle of 37.5º 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 #AC6D04 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 109 4 -
CMYK 0 0.37 0.98 0.33
HSL 37.5º 0.95% 0.35% -
HSV(B) 37.5º 0.98% 0.67% -
XYZ 22.5 19.72 2.73 -
YUV 115.87 64.87 168.04 -
System Red Green Blue C M Y K H S L
Decimal 172 109 4 0 0.37 0.98 0.33 37.5 0.95 0.35
Hex AC 6D 4 0 25 62 21 26 5F 23
Octal 254 155 4 0 45 142 41 46 137 43
Binary 10101100 1101101 100 0 100101 1100010 100001 100110 1011111 100011

Color Harmonies of #AC6D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D04

Black with #AC6D04

Text Example


Text Example

White with #AC6D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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