Html Css Color HEX #A8571E Rich Gold

📋 copy color: '#A8571E'

red 168 ◦ green 87 ◦ blue 30

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

Shades of Rich Gold #A8571E

Tints of Rich Gold #A8571E

RGB

 RED value IS 168 (66.02% from 255) = 58.95%

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

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

R = 58.95%
G = 30.53%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8571E (or 0xA8571E) is known color: Rich Gold. HEX triplet: A8, 57 and 1E. RGB value is (168,87,30). Sum of RGB (Red+Green+Blue) = 168+87+30=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A8571E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8571E is #57A8E1. Grayscale: #696969. Windows color (decimal): -5744866 or 1988520. OLE color: 1988520.

HSL color Cylindrical-coordinate representation of color #A8571E: hue angle of 24.78º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8571E is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 87 30 -
CMYK 0 0.48 0.82 0.34
HSL 24.78º 0.7% 0.39% -
HSV(B) 24.78º 0.82% 0.66% -
XYZ 19.79 15.23 3.13 -
YUV 104.72 85.84 173.13 -
System Red Green Blue C M Y K H S L
Decimal 168 87 30 0 0.48 0.82 0.34 24.78 0.7 0.39
Hex A8 57 1E 0 30 52 22 19 46 27
Octal 250 127 36 0 60 122 42 31 106 47
Binary 10101000 1010111 11110 0 110000 1010010 100010 11001 1000110 100111

Color Harmonies of #A8571E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8571E

Black with #A8571E

Text Example


Text Example

White with #A8571E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8571E; }

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

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

background-color css

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

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

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

border-color css

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

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

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