Html Css Color HEX #A05919 Rich Gold

📋 copy color: '#A05919'

red 160 ◦ green 89 ◦ blue 25

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

Shades of Rich Gold #A05919

Tints of Rich Gold #A05919

RGB

 RED value IS 160 (62.89% from 255) = 58.39%

 GREEN value IS 89 (35.16% from 255) = 32.48%

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

R = 58.39%
G = 32.48%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A05919 (or 0xA05919) is known color: Rich Gold. HEX triplet: A0, 59 and 19. RGB value is (160,89,25). Sum of RGB (Red+Green+Blue) = 160+89+25=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A05919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05919 is #5FA6E6. Grayscale: #676767. Windows color (decimal): -6268647 or 1661344. OLE color: 1661344.

HSL color Cylindrical-coordinate representation of color #A05919: hue angle of 28.44º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A05919 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 89 25 -
CMYK 0 0.44 0.84 0.37
HSL 28.44º 0.73% 0.36% -
HSV(B) 28.44º 0.84% 0.63% -
XYZ 18.25 14.69 2.79 -
YUV 102.93 84.02 168.7 -
System Red Green Blue C M Y K H S L
Decimal 160 89 25 0 0.44 0.84 0.37 28.44 0.73 0.36
Hex A0 59 19 0 2C 54 25 1C 49 24
Octal 240 131 31 0 54 124 45 34 111 44
Binary 10100000 1011001 11001 0 101100 1010100 100101 11100 1001001 100100

Color Harmonies of #A05919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05919

Black with #A05919

Text Example


Text Example

White with #A05919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05919; }

 p { color: rgb(160,89,25); }

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

background-color css

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

 a { background-color: rgb(160,89,25); }

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

border-color css

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

 span { border-color: rgb(160,89,25); }

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