Html Css Color HEX #A8571F Rich Gold

📋 copy color: '#A8571F'

red 168 ◦ green 87 ◦ blue 31

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

Shades of Rich Gold #A8571F

Tints of Rich Gold #A8571F

RGB

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

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

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

R = 58.74%
G = 30.42%
B = 10.84%

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

#A8571F (or 0xA8571F) is known color: Rich Gold. HEX triplet: A8, 57 and 1F. RGB value is (168,87,31). Sum of RGB (Red+Green+Blue) = 168+87+31=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A8571F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8571F is #57A8E0. Grayscale: #696969. Windows color (decimal): -5744865 or 2054056. OLE color: 2054056.

HSL color Cylindrical-coordinate representation of color #A8571F: hue angle of 24.53º degrees, saturation: 0.69, 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 #A8571F is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 87 31 -
CMYK 0 0.48 0.82 0.34
HSL 24.53º 0.69% 0.39% -
HSV(B) 24.53º 0.82% 0.66% -
XYZ 19.8 15.24 3.19 -
YUV 104.84 86.34 173.05 -
System Red Green Blue C M Y K H S L
Decimal 168 87 31 0 0.48 0.82 0.34 24.53 0.69 0.39
Hex A8 57 1F 0 30 52 22 19 45 27
Octal 250 127 37 0 60 122 42 31 105 47
Binary 10101000 1010111 11111 0 110000 1010010 100010 11001 1000101 100111

Color Harmonies of #A8571F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8571F

Black with #A8571F

Text Example


Text Example

White with #A8571F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8571F; }

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

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

background-color css

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

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

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

border-color css

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

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

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