Html Css Color HEX #A85A19 Rich Gold

📋 copy color: '#A85A19'

red 168 ◦ green 90 ◦ blue 25

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

Shades of Rich Gold #A85A19

Tints of Rich Gold #A85A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.8%

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

R = 59.36%
G = 31.8%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A85A19 (or 0xA85A19) is known color: Rich Gold. HEX triplet: A8, 5A and 19. RGB value is (168,90,25). Sum of RGB (Red+Green+Blue) = 168+90+25=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85A19 is #57A5E6. Grayscale: #6A6A6A. Windows color (decimal): -5744103 or 1661608. OLE color: 1661608.

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

Color convert

RGB 168 90 25 -
CMYK 0 0.46 0.85 0.34
HSL 27.27º 0.74% 0.38% -
HSV(B) 27.27º 0.85% 0.66% -
XYZ 19.98 15.71 2.9 -
YUV 105.91 82.34 172.29 -
System Red Green Blue C M Y K H S L
Decimal 168 90 25 0 0.46 0.85 0.34 27.27 0.74 0.38
Hex A8 5A 19 0 2E 55 22 1B 4A 26
Octal 250 132 31 0 56 125 42 33 112 46
Binary 10101000 1011010 11001 0 101110 1010101 100010 11011 1001010 100110

Color Harmonies of #A85A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85A19

Black with #A85A19

Text Example


Text Example

White with #A85A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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