Html Css Color HEX #A85A17 Rich Gold

📋 copy color: '#A85A17'

red 168 ◦ green 90 ◦ blue 23

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

Shades of Rich Gold #A85A17

Tints of Rich Gold #A85A17

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.03%

 BLUE value IS 23 (9.38% from 255) = 8.19%

R = 59.79%
G = 32.03%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A85A17 (or 0xA85A17) is known color: Rich Gold. HEX triplet: A8, 5A and 17. RGB value is (168,90,23). Sum of RGB (Red+Green+Blue) = 168+90+23=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85A17 is #57A5E8. Grayscale: #6A6A6A. Windows color (decimal): -5744105 or 1530536. OLE color: 1530536.

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

Color convert

RGB 168 90 23 -
CMYK 0 0.46 0.86 0.34
HSL 27.72º 0.76% 0.37% -
HSV(B) 27.72º 0.86% 0.66% -
XYZ 19.96 15.7 2.79 -
YUV 105.68 81.34 172.45 -
System Red Green Blue C M Y K H S L
Decimal 168 90 23 0 0.46 0.86 0.34 27.72 0.76 0.37
Hex A8 5A 17 0 2E 56 22 1C 4C 25
Octal 250 132 27 0 56 126 42 34 114 45
Binary 10101000 1011010 10111 0 101110 1010110 100010 11100 1001100 100101

Color Harmonies of #A85A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85A17

Black with #A85A17

Text Example


Text Example

White with #A85A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85A17; }

 p { color: rgb(168,90,23); }

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

background-color css

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

 a { background-color: rgb(168,90,23); }

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

border-color css

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

 span { border-color: rgb(168,90,23); }

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