Html Css Color HEX #AC521F Rich Gold

📋 copy color: '#AC521F'

red 172 ◦ green 82 ◦ blue 31

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

Shades of Rich Gold #AC521F

Tints of Rich Gold #AC521F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.88%

R = 60.35%
G = 28.77%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC521F (or 0xAC521F) is known color: Rich Gold. HEX triplet: AC, 52 and 1F. RGB value is (172,82,31). Sum of RGB (Red+Green+Blue) = 172+82+31=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC521F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC521F is #53ADE0. Grayscale: #676767. Windows color (decimal): -5484001 or 2052780. OLE color: 2052780.

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

Color convert

RGB 172 82 31 -
CMYK 0 0.52 0.82 0.33
HSL 21.7º 0.69% 0.4% -
HSV(B) 21.7º 0.82% 0.67% -
XYZ 20.28 14.9 3.1 -
YUV 103.1 87.32 177.15 -
System Red Green Blue C M Y K H S L
Decimal 172 82 31 0 0.52 0.82 0.33 21.7 0.69 0.4
Hex AC 52 1F 0 34 52 21 16 45 28
Octal 254 122 37 0 64 122 41 26 105 50
Binary 10101100 1010010 11111 0 110100 1010010 100001 10110 1000101 101000

Color Harmonies of #AC521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC521F

Black with #AC521F

Text Example


Text Example

White with #AC521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC521F; }

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

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

background-color css

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

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

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

border-color css

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

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

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