Html Css Color HEX #A05014 Rich Gold

📋 copy color: '#A05014'

red 160 ◦ green 80 ◦ blue 20

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

Shades of Rich Gold #A05014

Tints of Rich Gold #A05014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.69%

R = 61.54%
G = 30.77%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A05014 (or 0xA05014) is known color: Rich Gold. HEX triplet: A0, 50 and 14. RGB value is (160,80,20). Sum of RGB (Red+Green+Blue) = 160+80+20=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A05014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05014 is #5FAFEB. Grayscale: #616161. Windows color (decimal): -6270956 or 1331360. OLE color: 1331360.

HSL color Cylindrical-coordinate representation of color #A05014: hue angle of 25.71º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A05014 is Cyan = 0, Magento = 0.5, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 80 20 -
CMYK 0 0.5 0.88 0.37
HSL 25.71º 0.78% 0.35% -
HSV(B) 25.71º 0.88% 0.63% -
XYZ 17.49 13.26 2.3 -
YUV 97.08 84.5 172.88 -
System Red Green Blue C M Y K H S L
Decimal 160 80 20 0 0.5 0.88 0.37 25.71 0.78 0.35
Hex A0 50 14 0 32 58 25 1A 4E 23
Octal 240 120 24 0 62 130 45 32 116 43
Binary 10100000 1010000 10100 0 110010 1011000 100101 11010 1001110 100011

Color Harmonies of #A05014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05014

Black with #A05014

Text Example


Text Example

White with #A05014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05014; }

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

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

background-color css

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

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

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

border-color css

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

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

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