Html Css Color HEX #A85817 Rich Gold

📋 copy color: '#A85817'

red 168 ◦ green 88 ◦ blue 23

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

Shades of Rich Gold #A85817

Tints of Rich Gold #A85817

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.54%

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

R = 60.22%
G = 31.54%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A85817 (or 0xA85817) is known color: Rich Gold. HEX triplet: A8, 58 and 17. RGB value is (168,88,23). Sum of RGB (Red+Green+Blue) = 168+88+23=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A85817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85817 is #57A7E8. Grayscale: #686868. Windows color (decimal): -5744617 or 1530024. OLE color: 1530024.

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

Color convert

RGB 168 88 23 -
CMYK 0 0.48 0.86 0.34
HSL 26.9º 0.76% 0.37% -
HSV(B) 26.9º 0.86% 0.66% -
XYZ 19.79 15.37 2.73 -
YUV 104.51 82 173.29 -
System Red Green Blue C M Y K H S L
Decimal 168 88 23 0 0.48 0.86 0.34 26.9 0.76 0.37
Hex A8 58 17 0 30 56 22 1B 4C 25
Octal 250 130 27 0 60 126 42 33 114 45
Binary 10101000 1011000 10111 0 110000 1010110 100010 11011 1001100 100101

Color Harmonies of #A85817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85817

Black with #A85817

Text Example


Text Example

White with #A85817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85817; }

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

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

background-color css

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

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

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

border-color css

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

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

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