Html Css Color HEX #A85915 Rich Gold

📋 copy color: '#A85915'

red 168 ◦ green 89 ◦ blue 21

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

Shades of Rich Gold #A85915

Tints of Rich Gold #A85915

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.01%

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

R = 60.43%
G = 32.01%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A85915 (or 0xA85915) is known color: Rich Gold. HEX triplet: A8, 59 and 15. RGB value is (168,89,21). Sum of RGB (Red+Green+Blue) = 168+89+21=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A85915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85915 is #57A6EA. Grayscale: #696969. Windows color (decimal): -5744363 or 1399208. OLE color: 1399208.

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

Color convert

RGB 168 89 21 -
CMYK 0 0.47 0.88 0.34
HSL 27.76º 0.78% 0.37% -
HSV(B) 27.76º 0.88% 0.66% -
XYZ 19.86 15.52 2.66 -
YUV 104.87 80.67 173.03 -
System Red Green Blue C M Y K H S L
Decimal 168 89 21 0 0.47 0.88 0.34 27.76 0.78 0.37
Hex A8 59 15 0 2F 58 22 1C 4E 25
Octal 250 131 25 0 57 130 42 34 116 45
Binary 10101000 1011001 10101 0 101111 1011000 100010 11100 1001110 100101

Color Harmonies of #A85915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85915

Black with #A85915

Text Example


Text Example

White with #A85915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85915; }

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

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

background-color css

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

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

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

border-color css

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

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

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