Html Css Color HEX #A85615 Rich Gold

📋 copy color: '#A85615'

red 168 ◦ green 86 ◦ blue 21

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

Shades of Rich Gold #A85615

Tints of Rich Gold #A85615

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.27%

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

R = 61.09%
G = 31.27%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A85615 (or 0xA85615) is known color: Rich Gold. HEX triplet: A8, 56 and 15. RGB value is (168,86,21). Sum of RGB (Red+Green+Blue) = 168+86+21=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A85615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85615 is #57A9EA. Grayscale: #676767. Windows color (decimal): -5745131 or 1398440. OLE color: 1398440.

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

Color convert

RGB 168 86 21 -
CMYK 0 0.49 0.88 0.34
HSL 26.53º 0.78% 0.37% -
HSV(B) 26.53º 0.88% 0.66% -
XYZ 19.61 15.03 2.58 -
YUV 103.11 81.67 174.29 -
System Red Green Blue C M Y K H S L
Decimal 168 86 21 0 0.49 0.88 0.34 26.53 0.78 0.37
Hex A8 56 15 0 31 58 22 1B 4E 25
Octal 250 126 25 0 61 130 42 33 116 45
Binary 10101000 1010110 10101 0 110001 1011000 100010 11011 1001110 100101

Color Harmonies of #A85615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85615

Black with #A85615

Text Example


Text Example

White with #A85615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85615; }

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

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

background-color css

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

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

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

border-color css

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

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

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