Html Css Color HEX #AC5312 Rich Gold

📋 copy color: '#AC5312'

red 172 ◦ green 83 ◦ blue 18

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

Shades of Rich Gold #AC5312

Tints of Rich Gold #AC5312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.4%

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

R = 63%
G = 30.4%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC5312 (or 0xAC5312) is known color: Rich Gold. HEX triplet: AC, 53 and 12. RGB value is (172,83,18). Sum of RGB (Red+Green+Blue) = 172+83+18=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5312 is #53ACED. Grayscale: #666666. Windows color (decimal): -5483758 or 1201068. OLE color: 1201068.

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

Color convert

RGB 172 83 18 -
CMYK 0 0.52 0.90 0.33
HSL 25.32º 0.81% 0.37% -
HSV(B) 25.32º 0.9% 0.67% -
XYZ 20.22 15 2.4 -
YUV 102.2 80.49 177.79 -
System Red Green Blue C M Y K H S L
Decimal 172 83 18 0 0.52 0.90 0.33 25.32 0.81 0.37
Hex AC 53 12 0 34 5A 21 19 51 25
Octal 254 123 22 0 64 132 41 31 121 45
Binary 10101100 1010011 10010 0 110100 1011010 100001 11001 1010001 100101

Color Harmonies of #AC5312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5312

Black with #AC5312

Text Example


Text Example

White with #AC5312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5312; }

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

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

background-color css

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

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

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

border-color css

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

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

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