Html Css Color HEX #AC531F Rich Gold

📋 copy color: '#AC531F'

red 172 ◦ green 83 ◦ blue 31

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

Shades of Rich Gold #AC531F

Tints of Rich Gold #AC531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

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

R = 60.14%
G = 29.02%
B = 10.84%

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

#AC531F (or 0xAC531F) is known color: Rich Gold. HEX triplet: AC, 53 and 1F. RGB value is (172,83,31). Sum of RGB (Red+Green+Blue) = 172+83+31=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC531F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC531F is #53ACE0. Grayscale: #676767. Windows color (decimal): -5483745 or 2053036. OLE color: 2053036.

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

Color convert

RGB 172 83 31 -
CMYK 0 0.52 0.82 0.33
HSL 22.13º 0.69% 0.4% -
HSV(B) 22.13º 0.82% 0.67% -
XYZ 20.35 15.06 3.13 -
YUV 103.68 86.99 176.73 -
System Red Green Blue C M Y K H S L
Decimal 172 83 31 0 0.52 0.82 0.33 22.13 0.69 0.4
Hex AC 53 1F 0 34 52 21 16 45 28
Octal 254 123 37 0 64 122 41 26 105 50
Binary 10101100 1010011 11111 0 110100 1010010 100001 10110 1000101 101000

Color Harmonies of #AC531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC531F

Black with #AC531F

Text Example


Text Example

White with #AC531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC531F; }

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

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

background-color css

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

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

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

border-color css

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

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

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