Html Css Color HEX #A85819 Rich Gold

📋 copy color: '#A85819'

red 168 ◦ green 88 ◦ blue 25

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

Shades of Rich Gold #A85819

Tints of Rich Gold #A85819

RGB

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

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

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

R = 59.79%
G = 31.32%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A85819 (or 0xA85819) is known color: Rich Gold. HEX triplet: A8, 58 and 19. RGB value is (168,88,25). Sum of RGB (Red+Green+Blue) = 168+88+25=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A85819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85819 is #57A7E6. Grayscale: #696969. Windows color (decimal): -5744615 or 1661096. OLE color: 1661096.

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

Color convert

RGB 168 88 25 -
CMYK 0 0.48 0.85 0.34
HSL 26.43º 0.74% 0.38% -
HSV(B) 26.43º 0.85% 0.66% -
XYZ 19.81 15.37 2.84 -
YUV 104.74 83 173.12 -
System Red Green Blue C M Y K H S L
Decimal 168 88 25 0 0.48 0.85 0.34 26.43 0.74 0.38
Hex A8 58 19 0 30 55 22 1A 4A 26
Octal 250 130 31 0 60 125 42 32 112 46
Binary 10101000 1011000 11001 0 110000 1010101 100010 11010 1001010 100110

Color Harmonies of #A85819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85819

Black with #A85819

Text Example


Text Example

White with #A85819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85819; }

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

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

background-color css

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

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

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

border-color css

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

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

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