Html Css Color HEX #AC5412 Rich Gold

📋 copy color: '#AC5412'

red 172 ◦ green 84 ◦ blue 18

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

Shades of Rich Gold #AC5412

Tints of Rich Gold #AC5412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.66%

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

R = 62.77%
G = 30.66%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC5412 (or 0xAC5412) is known color: Rich Gold. HEX triplet: AC, 54 and 12. RGB value is (172,84,18). Sum of RGB (Red+Green+Blue) = 172+84+18=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5412 is #53ABED. Grayscale: #676767. Windows color (decimal): -5483502 or 1201324. OLE color: 1201324.

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

Color convert

RGB 172 84 18 -
CMYK 0 0.51 0.90 0.33
HSL 25.71º 0.81% 0.37% -
HSV(B) 25.71º 0.9% 0.67% -
XYZ 20.29 15.15 2.43 -
YUV 102.79 80.15 177.37 -
System Red Green Blue C M Y K H S L
Decimal 172 84 18 0 0.51 0.90 0.33 25.71 0.81 0.37
Hex AC 54 12 0 33 5A 21 1A 51 25
Octal 254 124 22 0 63 132 41 32 121 45
Binary 10101100 1010100 10010 0 110011 1011010 100001 11010 1010001 100101

Color Harmonies of #AC5412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5412

Black with #AC5412

Text Example


Text Example

White with #AC5412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5412; }

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

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

background-color css

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

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

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

border-color css

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

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

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