Html Css Color HEX #AC521C Rich Gold

📋 copy color: '#AC521C'

red 172 ◦ green 82 ◦ blue 28

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

Shades of Rich Gold #AC521C

Tints of Rich Gold #AC521C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.93%

R = 60.99%
G = 29.08%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC521C (or 0xAC521C) is known color: Rich Gold. HEX triplet: AC, 52 and 1C. RGB value is (172,82,28). Sum of RGB (Red+Green+Blue) = 172+82+28=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC521C is #53ADE3. Grayscale: #676767. Windows color (decimal): -5484004 or 1856172. OLE color: 1856172.

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

Color convert

RGB 172 82 28 -
CMYK 0 0.52 0.84 0.33
HSL 22.5º 0.72% 0.39% -
HSV(B) 22.5º 0.84% 0.67% -
XYZ 20.24 14.89 2.91 -
YUV 102.75 85.82 177.39 -
System Red Green Blue C M Y K H S L
Decimal 172 82 28 0 0.52 0.84 0.33 22.5 0.72 0.39
Hex AC 52 1C 0 34 54 21 16 48 27
Octal 254 122 34 0 64 124 41 26 110 47
Binary 10101100 1010010 11100 0 110100 1010100 100001 10110 1001000 100111

Color Harmonies of #AC521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC521C

Black with #AC521C

Text Example


Text Example

White with #AC521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC521C; }

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

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

background-color css

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

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

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

border-color css

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

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

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