Html Css Color HEX #AC511B Rich Gold

📋 copy color: '#AC511B'

red 172 ◦ green 81 ◦ blue 27

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

Shades of Rich Gold #AC511B

Tints of Rich Gold #AC511B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.64%

R = 61.43%
G = 28.93%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC511B (or 0xAC511B) is known color: Rich Gold. HEX triplet: AC, 51 and 1B. RGB value is (172,81,27). Sum of RGB (Red+Green+Blue) = 172+81+27=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC511B is #53AEE4. Grayscale: #666666. Windows color (decimal): -5484261 or 1790380. OLE color: 1790380.

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

Color convert

RGB 172 81 27 -
CMYK 0 0.53 0.84 0.33
HSL 22.34º 0.73% 0.39% -
HSV(B) 22.34º 0.84% 0.67% -
XYZ 20.15 14.73 2.82 -
YUV 102.05 85.65 177.89 -
System Red Green Blue C M Y K H S L
Decimal 172 81 27 0 0.53 0.84 0.33 22.34 0.73 0.39
Hex AC 51 1B 0 35 54 21 16 49 27
Octal 254 121 33 0 65 124 41 26 111 47
Binary 10101100 1010001 11011 0 110101 1010100 100001 10110 1001001 100111

Color Harmonies of #AC511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC511B

Black with #AC511B

Text Example


Text Example

White with #AC511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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