Html Css Color HEX #AC5414 Rich Gold

📋 copy color: '#AC5414'

red 172 ◦ green 84 ◦ blue 20

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

Shades of Rich Gold #AC5414

Tints of Rich Gold #AC5414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.25%

R = 62.32%
G = 30.43%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC5414 (or 0xAC5414) is known color: Rich Gold. HEX triplet: AC, 54 and 14. RGB value is (172,84,20). Sum of RGB (Red+Green+Blue) = 172+84+20=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5414 is #53ABEB. Grayscale: #676767. Windows color (decimal): -5483500 or 1332396. OLE color: 1332396.

HSL color Cylindrical-coordinate representation of color #AC5414: hue angle of 25.26º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC5414 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 84 20 -
CMYK 0 0.51 0.88 0.33
HSL 25.26º 0.79% 0.38% -
HSV(B) 25.26º 0.88% 0.67% -
XYZ 20.31 15.16 2.52 -
YUV 103.02 81.15 177.2 -
System Red Green Blue C M Y K H S L
Decimal 172 84 20 0 0.51 0.88 0.33 25.26 0.79 0.38
Hex AC 54 14 0 33 58 21 19 4F 26
Octal 254 124 24 0 63 130 41 31 117 46
Binary 10101100 1010100 10100 0 110011 1011000 100001 11001 1001111 100110

Color Harmonies of #AC5414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5414

Black with #AC5414

Text Example


Text Example

White with #AC5414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5414; }

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

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

background-color css

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

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

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

border-color css

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

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

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