Html Css Color HEX #AC531E Rich Gold

📋 copy color: '#AC531E'

red 172 ◦ green 83 ◦ blue 30

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

Shades of Rich Gold #AC531E

Tints of Rich Gold #AC531E

RGB

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

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

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

R = 60.35%
G = 29.12%
B = 10.53%

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

#AC531E (or 0xAC531E) is known color: Rich Gold. HEX triplet: AC, 53 and 1E. RGB value is (172,83,30). Sum of RGB (Red+Green+Blue) = 172+83+30=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC531E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC531E is #53ACE1. Grayscale: #676767. Windows color (decimal): -5483746 or 1987500. OLE color: 1987500.

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

Color convert

RGB 172 83 30 -
CMYK 0 0.52 0.83 0.33
HSL 22.39º 0.7% 0.4% -
HSV(B) 22.39º 0.83% 0.67% -
XYZ 20.34 15.05 3.06 -
YUV 103.57 86.49 176.81 -
System Red Green Blue C M Y K H S L
Decimal 172 83 30 0 0.52 0.83 0.33 22.39 0.7 0.4
Hex AC 53 1E 0 34 53 21 16 46 28
Octal 254 123 36 0 64 123 41 26 106 50
Binary 10101100 1010011 11110 0 110100 1010011 100001 10110 1000110 101000

Color Harmonies of #AC531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC531E

Black with #AC531E

Text Example


Text Example

White with #AC531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC531E; }

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

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

background-color css

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

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

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

border-color css

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

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

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