Html Css Color HEX #A05015 Rich Gold

📋 copy color: '#A05015'

red 160 ◦ green 80 ◦ blue 21

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

Shades of Rich Gold #A05015

Tints of Rich Gold #A05015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.05%

R = 61.3%
G = 30.65%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A05015 (or 0xA05015) is known color: Rich Gold. HEX triplet: A0, 50 and 15. RGB value is (160,80,21). Sum of RGB (Red+Green+Blue) = 160+80+21=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A05015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05015 is #5FAFEA. Grayscale: #616161. Windows color (decimal): -6270955 or 1396896. OLE color: 1396896.

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

Color convert

RGB 160 80 21 -
CMYK 0 0.5 0.87 0.37
HSL 25.47º 0.77% 0.35% -
HSV(B) 25.47º 0.87% 0.63% -
XYZ 17.5 13.27 2.35 -
YUV 97.19 85 172.8 -
System Red Green Blue C M Y K H S L
Decimal 160 80 21 0 0.5 0.87 0.37 25.47 0.77 0.35
Hex A0 50 15 0 32 57 25 19 4D 23
Octal 240 120 25 0 62 127 45 31 115 43
Binary 10100000 1010000 10101 0 110010 1010111 100101 11001 1001101 100011

Color Harmonies of #A05015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05015

Black with #A05015

Text Example


Text Example

White with #A05015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05015; }

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

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

background-color css

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

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

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

border-color css

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

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

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