Html Css Color HEX #AC511A Rich Gold

📋 copy color: '#AC511A'

red 172 ◦ green 81 ◦ blue 26

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

Shades of Rich Gold #AC511A

Tints of Rich Gold #AC511A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.32%

R = 61.65%
G = 29.03%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC511A (or 0xAC511A) is known color: Rich Gold. HEX triplet: AC, 51 and 1A. RGB value is (172,81,26). Sum of RGB (Red+Green+Blue) = 172+81+26=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC511A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC511A is #53AEE5. Grayscale: #666666. Windows color (decimal): -5484262 or 1724844. OLE color: 1724844.

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

Color convert

RGB 172 81 26 -
CMYK 0 0.53 0.85 0.33
HSL 22.6º 0.74% 0.39% -
HSV(B) 22.6º 0.85% 0.67% -
XYZ 20.14 14.73 2.76 -
YUV 101.94 85.15 177.97 -
System Red Green Blue C M Y K H S L
Decimal 172 81 26 0 0.53 0.85 0.33 22.6 0.74 0.39
Hex AC 51 1A 0 35 55 21 17 4A 27
Octal 254 121 32 0 65 125 41 27 112 47
Binary 10101100 1010001 11010 0 110101 1010101 100001 10111 1001010 100111

Color Harmonies of #AC511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC511A

Black with #AC511A

Text Example


Text Example

White with #AC511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC511A; }

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

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

background-color css

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

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

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

border-color css

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

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

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