Html Css Color HEX #A85515 Rich Gold

📋 copy color: '#A85515'

red 168 ◦ green 85 ◦ blue 21

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

Shades of Rich Gold #A85515

Tints of Rich Gold #A85515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.02%

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

R = 61.31%
G = 31.02%
B = 7.66%

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

#A85515 (or 0xA85515) is known color: Rich Gold. HEX triplet: A8, 55 and 15. RGB value is (168,85,21). Sum of RGB (Red+Green+Blue) = 168+85+21=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A85515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85515 is #57AAEA. Grayscale: #666666. Windows color (decimal): -5745387 or 1398184. OLE color: 1398184.

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

Color convert

RGB 168 85 21 -
CMYK 0 0.49 0.88 0.34
HSL 26.12º 0.78% 0.37% -
HSV(B) 26.12º 0.88% 0.66% -
XYZ 19.53 14.88 2.55 -
YUV 102.52 82 174.7 -
System Red Green Blue C M Y K H S L
Decimal 168 85 21 0 0.49 0.88 0.34 26.12 0.78 0.37
Hex A8 55 15 0 31 58 22 1A 4E 25
Octal 250 125 25 0 61 130 42 32 116 45
Binary 10101000 1010101 10101 0 110001 1011000 100010 11010 1001110 100101

Color Harmonies of #A85515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85515

Black with #A85515

Text Example


Text Example

White with #A85515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85515; }

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

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

background-color css

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

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

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

border-color css

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

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

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