Html Css Color HEX #A85715 Rich Gold

📋 copy color: '#A85715'

red 168 ◦ green 87 ◦ blue 21

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

Shades of Rich Gold #A85715

Tints of Rich Gold #A85715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.61%

R = 60.87%
G = 31.52%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A85715 (or 0xA85715) is known color: Rich Gold. HEX triplet: A8, 57 and 15. RGB value is (168,87,21). Sum of RGB (Red+Green+Blue) = 168+87+21=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A85715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85715 is #57A8EA. Grayscale: #686868. Windows color (decimal): -5744875 or 1398696. OLE color: 1398696.

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

Color convert

RGB 168 87 21 -
CMYK 0 0.48 0.88 0.34
HSL 26.94º 0.78% 0.37% -
HSV(B) 26.94º 0.88% 0.66% -
XYZ 19.69 15.2 2.6 -
YUV 103.7 81.34 173.87 -
System Red Green Blue C M Y K H S L
Decimal 168 87 21 0 0.48 0.88 0.34 26.94 0.78 0.37
Hex A8 57 15 0 30 58 22 1B 4E 25
Octal 250 127 25 0 60 130 42 33 116 45
Binary 10101000 1010111 10101 0 110000 1011000 100010 11011 1001110 100101

Color Harmonies of #A85715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85715

Black with #A85715

Text Example


Text Example

White with #A85715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85715; }

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

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

background-color css

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

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

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

border-color css

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

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

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