Html Css Color HEX #A85517 Rich Gold

📋 copy color: '#A85517'

red 168 ◦ green 85 ◦ blue 23

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

Shades of Rich Gold #A85517

Tints of Rich Gold #A85517

RGB

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

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

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

R = 60.87%
G = 30.8%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A85517 (or 0xA85517) is known color: Rich Gold. HEX triplet: A8, 55 and 17. RGB value is (168,85,23). Sum of RGB (Red+Green+Blue) = 168+85+23=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A85517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85517 is #57AAE8. Grayscale: #676767. Windows color (decimal): -5745385 or 1529256. OLE color: 1529256.

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

Color convert

RGB 168 85 23 -
CMYK 0 0.49 0.86 0.34
HSL 25.66º 0.76% 0.37% -
HSV(B) 25.66º 0.86% 0.66% -
XYZ 19.55 14.88 2.65 -
YUV 102.75 83 174.54 -
System Red Green Blue C M Y K H S L
Decimal 168 85 23 0 0.49 0.86 0.34 25.66 0.76 0.37
Hex A8 55 17 0 31 56 22 1A 4C 25
Octal 250 125 27 0 61 126 42 32 114 45
Binary 10101000 1010101 10111 0 110001 1010110 100010 11010 1001100 100101

Color Harmonies of #A85517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85517

Black with #A85517

Text Example


Text Example

White with #A85517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85517; }

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

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

background-color css

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

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

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

border-color css

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

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

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