Html Css Color HEX #A85119 Rich Gold

📋 copy color: '#A85119'

red 168 ◦ green 81 ◦ blue 25

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

Shades of Rich Gold #A85119

Tints of Rich Gold #A85119

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.56%

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

R = 61.31%
G = 29.56%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A85119 (or 0xA85119) is known color: Rich Gold. HEX triplet: A8, 51 and 19. RGB value is (168,81,25). Sum of RGB (Red+Green+Blue) = 168+81+25=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A85119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85119 is #57AEE6. Grayscale: #646464. Windows color (decimal): -5746407 or 1659304. OLE color: 1659304.

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

Color convert

RGB 168 81 25 -
CMYK 0 0.52 0.85 0.34
HSL 23.5º 0.74% 0.38% -
HSV(B) 23.5º 0.85% 0.66% -
XYZ 19.27 14.28 2.66 -
YUV 100.63 85.32 176.05 -
System Red Green Blue C M Y K H S L
Decimal 168 81 25 0 0.52 0.85 0.34 23.5 0.74 0.38
Hex A8 51 19 0 34 55 22 17 4A 26
Octal 250 121 31 0 64 125 42 27 112 46
Binary 10101000 1010001 11001 0 110100 1010101 100010 10111 1001010 100110

Color Harmonies of #A85119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85119

Black with #A85119

Text Example


Text Example

White with #A85119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85119; }

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

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

background-color css

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

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

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

border-color css

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

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

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