Html Css Color HEX #A85614 Rich Gold

📋 copy color: '#A85614'

red 168 ◦ green 86 ◦ blue 20

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

Shades of Rich Gold #A85614

Tints of Rich Gold #A85614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.39%

 BLUE value IS 20 (8.2% from 255) = 7.3%

R = 61.31%
G = 31.39%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A85614 (or 0xA85614) is known color: Rich Gold. HEX triplet: A8, 56 and 14. RGB value is (168,86,20). Sum of RGB (Red+Green+Blue) = 168+86+20=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A85614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85614 is #57A9EB. Grayscale: #676767. Windows color (decimal): -5745132 or 1332904. OLE color: 1332904.

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

Color convert

RGB 168 86 20 -
CMYK 0 0.49 0.88 0.34
HSL 26.76º 0.79% 0.37% -
HSV(B) 26.76º 0.88% 0.66% -
XYZ 19.6 15.03 2.53 -
YUV 102.99 81.17 174.37 -
System Red Green Blue C M Y K H S L
Decimal 168 86 20 0 0.49 0.88 0.34 26.76 0.79 0.37
Hex A8 56 14 0 31 58 22 1B 4F 25
Octal 250 126 24 0 61 130 42 33 117 45
Binary 10101000 1010110 10100 0 110001 1011000 100010 11011 1001111 100101

Color Harmonies of #A85614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85614

Black with #A85614

Text Example


Text Example

White with #A85614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85614; }

 p { color: rgb(168,86,20); }

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

background-color css

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

 a { background-color: rgb(168,86,20); }

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

border-color css

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

 span { border-color: rgb(168,86,20); }

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