Html Css Color HEX #A05019 Rich Gold

📋 copy color: '#A05019'

red 160 ◦ green 80 ◦ blue 25

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

Shades of Rich Gold #A05019

Tints of Rich Gold #A05019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.19%

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

R = 60.38%
G = 30.19%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A05019 (or 0xA05019) is known color: Rich Gold. HEX triplet: A0, 50 and 19. RGB value is (160,80,25). Sum of RGB (Red+Green+Blue) = 160+80+25=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A05019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05019 is #5FAFE6. Grayscale: #616161. Windows color (decimal): -6270951 or 1659040. OLE color: 1659040.

HSL color Cylindrical-coordinate representation of color #A05019: hue angle of 24.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 #A05019 is Cyan = 0, Magento = 0.5, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 80 25 -
CMYK 0 0.5 0.84 0.37
HSL 24.44º 0.73% 0.36% -
HSV(B) 24.44º 0.84% 0.63% -
XYZ 17.54 13.28 2.56 -
YUV 97.65 87 172.47 -
System Red Green Blue C M Y K H S L
Decimal 160 80 25 0 0.5 0.84 0.37 24.44 0.73 0.36
Hex A0 50 19 0 32 54 25 18 49 24
Octal 240 120 31 0 62 124 45 30 111 44
Binary 10100000 1010000 11001 0 110010 1010100 100101 11000 1001001 100100

Color Harmonies of #A05019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05019

Black with #A05019

Text Example


Text Example

White with #A05019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05019; }

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

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

background-color css

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

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

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

border-color css

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

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

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