Html Css Color HEX #A85319 Rich Gold

📋 copy color: '#A85319'

red 168 ◦ green 83 ◦ blue 25

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

Shades of Rich Gold #A85319

Tints of Rich Gold #A85319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

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

R = 60.87%
G = 30.07%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A85319 (or 0xA85319) is known color: Rich Gold. HEX triplet: A8, 53 and 19. RGB value is (168,83,25). Sum of RGB (Red+Green+Blue) = 168+83+25=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A85319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85319 is #57ACE6. Grayscale: #666666. Windows color (decimal): -5745895 or 1659816. OLE color: 1659816.

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

Color convert

RGB 168 83 25 -
CMYK 0 0.51 0.85 0.34
HSL 24.34º 0.74% 0.38% -
HSV(B) 24.34º 0.85% 0.66% -
XYZ 19.42 14.58 2.71 -
YUV 101.8 84.66 175.22 -
System Red Green Blue C M Y K H S L
Decimal 168 83 25 0 0.51 0.85 0.34 24.34 0.74 0.38
Hex A8 53 19 0 33 55 22 18 4A 26
Octal 250 123 31 0 63 125 42 30 112 46
Binary 10101000 1010011 11001 0 110011 1010101 100010 11000 1001010 100110

Color Harmonies of #A85319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85319

Black with #A85319

Text Example


Text Example

White with #A85319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85319; }

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

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

background-color css

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

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

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

border-color css

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

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

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