Html Css Color HEX #AC571C Rich Gold

📋 copy color: '#AC571C'

red 172 ◦ green 87 ◦ blue 28

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

Shades of Rich Gold #AC571C

Tints of Rich Gold #AC571C

RGB

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

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

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

R = 59.93%
G = 30.31%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC571C (or 0xAC571C) is known color: Rich Gold. HEX triplet: AC, 57 and 1C. RGB value is (172,87,28). Sum of RGB (Red+Green+Blue) = 172+87+28=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC571C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC571C is #53A8E3. Grayscale: #6A6A6A. Windows color (decimal): -5482724 or 1857452. OLE color: 1857452.

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

Color convert

RGB 172 87 28 -
CMYK 0 0.49 0.84 0.33
HSL 24.58º 0.72% 0.39% -
HSV(B) 24.58º 0.84% 0.67% -
XYZ 20.63 15.67 3.04 -
YUV 105.69 84.16 175.3 -
System Red Green Blue C M Y K H S L
Decimal 172 87 28 0 0.49 0.84 0.33 24.58 0.72 0.39
Hex AC 57 1C 0 31 54 21 19 48 27
Octal 254 127 34 0 61 124 41 31 110 47
Binary 10101100 1010111 11100 0 110001 1010100 100001 11001 1001000 100111

Color Harmonies of #AC571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC571C

Black with #AC571C

Text Example


Text Example

White with #AC571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC571C; }

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

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

background-color css

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

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

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

border-color css

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

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

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