Html Css Color HEX #A85718 Rich Gold

📋 copy color: '#A85718'

red 168 ◦ green 87 ◦ blue 24

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

Shades of Rich Gold #A85718

Tints of Rich Gold #A85718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.6%

R = 60.22%
G = 31.18%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A85718 (or 0xA85718) is known color: Rich Gold. HEX triplet: A8, 57 and 18. RGB value is (168,87,24). Sum of RGB (Red+Green+Blue) = 168+87+24=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A85718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85718 is #57A8E7. Grayscale: #686868. Windows color (decimal): -5744872 or 1595304. OLE color: 1595304.

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

Color convert

RGB 168 87 24 -
CMYK 0 0.48 0.86 0.34
HSL 26.25º 0.75% 0.38% -
HSV(B) 26.25º 0.86% 0.66% -
XYZ 19.72 15.21 2.76 -
YUV 104.04 82.84 173.62 -
System Red Green Blue C M Y K H S L
Decimal 168 87 24 0 0.48 0.86 0.34 26.25 0.75 0.38
Hex A8 57 18 0 30 56 22 1A 4B 26
Octal 250 127 30 0 60 126 42 32 113 46
Binary 10101000 1010111 11000 0 110000 1010110 100010 11010 1001011 100110

Color Harmonies of #A85718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85718

Black with #A85718

Text Example


Text Example

White with #A85718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85718; }

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

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

background-color css

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

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

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

border-color css

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

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

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