Html Css Color HEX #A85619 Rich Gold

📋 copy color: '#A85619'

red 168 ◦ green 86 ◦ blue 25

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

Shades of Rich Gold #A85619

Tints of Rich Gold #A85619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.96%

R = 60.22%
G = 30.82%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A85619 (or 0xA85619) is known color: Rich Gold. HEX triplet: A8, 56 and 19. RGB value is (168,86,25). Sum of RGB (Red+Green+Blue) = 168+86+25=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A85619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85619 is #57A9E6. Grayscale: #676767. Windows color (decimal): -5745127 or 1660584. OLE color: 1660584.

HSL color Cylindrical-coordinate representation of color #A85619: hue angle of 25.59º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A85619 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 86 25 -
CMYK 0 0.49 0.85 0.34
HSL 25.59º 0.74% 0.38% -
HSV(B) 25.59º 0.85% 0.66% -
XYZ 19.65 15.05 2.79 -
YUV 103.56 83.67 173.96 -
System Red Green Blue C M Y K H S L
Decimal 168 86 25 0 0.49 0.85 0.34 25.59 0.74 0.38
Hex A8 56 19 0 31 55 22 1A 4A 26
Octal 250 126 31 0 61 125 42 32 112 46
Binary 10101000 1010110 11001 0 110001 1010101 100010 11010 1001010 100110

Color Harmonies of #A85619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85619

Black with #A85619

Text Example


Text Example

White with #A85619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85619; }

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

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

background-color css

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

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

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

border-color css

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

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

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