Html Css Color HEX #AC521E Rich Gold

📋 copy color: '#AC521E'

red 172 ◦ green 82 ◦ blue 30

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

Shades of Rich Gold #AC521E

Tints of Rich Gold #AC521E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.87%

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

R = 60.56%
G = 28.87%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC521E (or 0xAC521E) is known color: Rich Gold. HEX triplet: AC, 52 and 1E. RGB value is (172,82,30). Sum of RGB (Red+Green+Blue) = 172+82+30=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC521E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC521E is #53ADE1. Grayscale: #676767. Windows color (decimal): -5484002 or 1987244. OLE color: 1987244.

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

Color convert

RGB 172 82 30 -
CMYK 0 0.52 0.83 0.33
HSL 21.97º 0.7% 0.4% -
HSV(B) 21.97º 0.83% 0.67% -
XYZ 20.26 14.9 3.04 -
YUV 102.98 86.82 177.23 -
System Red Green Blue C M Y K H S L
Decimal 172 82 30 0 0.52 0.83 0.33 21.97 0.7 0.4
Hex AC 52 1E 0 34 53 21 16 46 28
Octal 254 122 36 0 64 123 41 26 106 50
Binary 10101100 1010010 11110 0 110100 1010011 100001 10110 1000110 101000

Color Harmonies of #AC521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC521E

Black with #AC521E

Text Example


Text Example

White with #AC521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC521E; }

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

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

background-color css

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

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

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

border-color css

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

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

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