Html Css Color HEX #AC6012 Golden Brown

📋 copy color: '#AC6012'

red 172 ◦ green 96 ◦ blue 18

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

Shades of Golden Brown #AC6012

Tints of Golden Brown #AC6012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.57%

 BLUE value IS 18 (7.42% from 255) = 6.29%

R = 60.14%
G = 33.57%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC6012 (or 0xAC6012) is known color: Golden Brown. HEX triplet: AC, 60 and 12. RGB value is (172,96,18). Sum of RGB (Red+Green+Blue) = 172+96+18=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6012 is #539FED. Grayscale: #6E6E6E. Windows color (decimal): -5480430 or 1204396. OLE color: 1204396.

HSL color Cylindrical-coordinate representation of color #AC6012: hue angle of 30.39º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC6012 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 96 18 -
CMYK 0 0.44 0.90 0.33
HSL 30.39º 0.81% 0.37% -
HSV(B) 30.39º 0.9% 0.67% -
XYZ 21.31 17.18 2.77 -
YUV 109.83 76.18 172.34 -
System Red Green Blue C M Y K H S L
Decimal 172 96 18 0 0.44 0.90 0.33 30.39 0.81 0.37
Hex AC 60 12 0 2C 5A 21 1E 51 25
Octal 254 140 22 0 54 132 41 36 121 45
Binary 10101100 1100000 10010 0 101100 1011010 100001 11110 1010001 100101

Color Harmonies of #AC6012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6012

Black with #AC6012

Text Example


Text Example

White with #AC6012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6012; }

 p { color: rgb(172,96,18); }

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

background-color css

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

 a { background-color: rgb(172,96,18); }

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

border-color css

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

 span { border-color: rgb(172,96,18); }

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