Html Css Color HEX #A85115 Rich Gold

📋 copy color: '#A85115'

red 168 ◦ green 81 ◦ blue 21

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

Shades of Rich Gold #A85115

Tints of Rich Gold #A85115

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30%

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

R = 62.22%
G = 30%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A85115 (or 0xA85115) is known color: Rich Gold. HEX triplet: A8, 51 and 15. RGB value is (168,81,21). Sum of RGB (Red+Green+Blue) = 168+81+21=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A85115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85115 is #57AEEA. Grayscale: #646464. Windows color (decimal): -5746411 or 1397160. OLE color: 1397160.

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

Color convert

RGB 168 81 21 -
CMYK 0 0.52 0.88 0.34
HSL 24.49º 0.78% 0.37% -
HSV(B) 24.49º 0.88% 0.66% -
XYZ 19.23 14.26 2.45 -
YUV 100.17 83.32 176.38 -
System Red Green Blue C M Y K H S L
Decimal 168 81 21 0 0.52 0.88 0.34 24.49 0.78 0.37
Hex A8 51 15 0 34 58 22 18 4E 25
Octal 250 121 25 0 64 130 42 30 116 45
Binary 10101000 1010001 10101 0 110100 1011000 100010 11000 1001110 100101

Color Harmonies of #A85115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85115

Black with #A85115

Text Example


Text Example

White with #A85115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85115; }

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

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

background-color css

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

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

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

border-color css

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

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

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