Html Css Color HEX #AC7008 Golden Brown

📋 copy color: '#AC7008'

red 172 ◦ green 112 ◦ blue 8

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

Shades of Golden Brown #AC7008

Tints of Golden Brown #AC7008

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.36%

 BLUE value IS 8 (3.52% from 255) = 2.74%

R = 58.9%
G = 38.36%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC7008 (or 0xAC7008) is known color: Golden Brown. HEX triplet: AC, 70 and 08. RGB value is (172,112,8). Sum of RGB (Red+Green+Blue) = 172+112+8=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7008 is #538FF7. Grayscale: #767676. Windows color (decimal): -5476344 or 553132. OLE color: 553132.

HSL color Cylindrical-coordinate representation of color #AC7008: hue angle of 38.05º degrees, saturation: 0.91, 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 #AC7008 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 112 8 -
CMYK 0 0.35 0.95 0.33
HSL 38.05º 0.91% 0.35% -
HSV(B) 38.05º 0.95% 0.67% -
XYZ 22.85 20.38 2.96 -
YUV 118.08 65.88 166.46 -
System Red Green Blue C M Y K H S L
Decimal 172 112 8 0 0.35 0.95 0.33 38.05 0.91 0.35
Hex AC 70 8 0 23 5F 21 26 5B 23
Octal 254 160 10 0 43 137 41 46 133 43
Binary 10101100 1110000 1000 0 100011 1011111 100001 100110 1011011 100011

Color Harmonies of #AC7008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7008

Black with #AC7008

Text Example


Text Example

White with #AC7008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7008; }

 p { color: rgb(172,112,8); }

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

background-color css

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

 a { background-color: rgb(172,112,8); }

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

border-color css

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

 span { border-color: rgb(172,112,8); }

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