Html Css Color HEX #A85217 Rich Gold

📋 copy color: '#A85217'

red 168 ◦ green 82 ◦ blue 23

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

Shades of Rich Gold #A85217

Tints of Rich Gold #A85217

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.04%

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

R = 61.54%
G = 30.04%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A85217 (or 0xA85217) is known color: Rich Gold. HEX triplet: A8, 52 and 17. RGB value is (168,82,23). Sum of RGB (Red+Green+Blue) = 168+82+23=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A85217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85217 is #57ADE8. Grayscale: #656565. Windows color (decimal): -5746153 or 1528488. OLE color: 1528488.

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

Color convert

RGB 168 82 23 -
CMYK 0 0.51 0.86 0.34
HSL 24.41º 0.76% 0.37% -
HSV(B) 24.41º 0.86% 0.66% -
XYZ 19.32 14.42 2.58 -
YUV 100.99 83.99 175.8 -
System Red Green Blue C M Y K H S L
Decimal 168 82 23 0 0.51 0.86 0.34 24.41 0.76 0.37
Hex A8 52 17 0 33 56 22 18 4C 25
Octal 250 122 27 0 63 126 42 30 114 45
Binary 10101000 1010010 10111 0 110011 1010110 100010 11000 1001100 100101

Color Harmonies of #A85217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85217

Black with #A85217

Text Example


Text Example

White with #A85217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85217; }

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

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

background-color css

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

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

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

border-color css

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

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

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