Html Css Color HEX #AC571E Rich Gold

📋 copy color: '#AC571E'

red 172 ◦ green 87 ◦ blue 30

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

Shades of Rich Gold #AC571E

Tints of Rich Gold #AC571E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

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

R = 59.52%
G = 30.1%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC571E (or 0xAC571E) is known color: Rich Gold. HEX triplet: AC, 57 and 1E. RGB value is (172,87,30). Sum of RGB (Red+Green+Blue) = 172+87+30=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC571E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC571E is #53A8E1. Grayscale: #6A6A6A. Windows color (decimal): -5482722 or 1988524. OLE color: 1988524.

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

Color convert

RGB 172 87 30 -
CMYK 0 0.49 0.83 0.33
HSL 24.08º 0.7% 0.4% -
HSV(B) 24.08º 0.83% 0.67% -
XYZ 20.66 15.68 3.17 -
YUV 105.92 85.16 175.13 -
System Red Green Blue C M Y K H S L
Decimal 172 87 30 0 0.49 0.83 0.33 24.08 0.7 0.4
Hex AC 57 1E 0 31 53 21 18 46 28
Octal 254 127 36 0 61 123 41 30 106 50
Binary 10101100 1010111 11110 0 110001 1010011 100001 11000 1000110 101000

Color Harmonies of #AC571E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC571E

Black with #AC571E

Text Example


Text Example

White with #AC571E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC571E; }

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

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

background-color css

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

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

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

border-color css

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

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

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