Html Css Color HEX #AC511E Rich Gold

📋 copy color: '#AC511E'

red 172 ◦ green 81 ◦ blue 30

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

Shades of Rich Gold #AC511E

Tints of Rich Gold #AC511E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.62%

 BLUE value IS 30 (12.11% from 255) = 10.6%

R = 60.78%
G = 28.62%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC511E (or 0xAC511E) is known color: Rich Gold. HEX triplet: AC, 51 and 1E. RGB value is (172,81,30). Sum of RGB (Red+Green+Blue) = 172+81+30=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC511E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC511E is #53AEE1. Grayscale: #666666. Windows color (decimal): -5484258 or 1986988. OLE color: 1986988.

HSL color Cylindrical-coordinate representation of color #AC511E: hue angle of 21.55º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC511E is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 81 30 -
CMYK 0 0.53 0.83 0.33
HSL 21.55º 0.7% 0.4% -
HSV(B) 21.55º 0.83% 0.67% -
XYZ 20.19 14.75 3.01 -
YUV 102.4 87.15 177.65 -
System Red Green Blue C M Y K H S L
Decimal 172 81 30 0 0.53 0.83 0.33 21.55 0.7 0.4
Hex AC 51 1E 0 35 53 21 16 46 28
Octal 254 121 36 0 65 123 41 26 106 50
Binary 10101100 1010001 11110 0 110101 1010011 100001 10110 1000110 101000

Color Harmonies of #AC511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC511E

Black with #AC511E

Text Example


Text Example

White with #AC511E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC511E; }

 p { color: rgb(172,81,30); }

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

background-color css

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

 a { background-color: rgb(172,81,30); }

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

border-color css

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

 span { border-color: rgb(172,81,30); }

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