Html Css Color HEX #A05214 Rich Gold

📋 copy color: '#A05214'

red 160 ◦ green 82 ◦ blue 20

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

Shades of Rich Gold #A05214

Tints of Rich Gold #A05214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.3%

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

R = 61.07%
G = 31.3%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A05214 (or 0xA05214) is known color: Rich Gold. HEX triplet: A0, 52 and 14. RGB value is (160,82,20). Sum of RGB (Red+Green+Blue) = 160+82+20=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A05214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05214 is #5FADEB. Grayscale: #626262. Windows color (decimal): -6270444 or 1331872. OLE color: 1331872.

HSL color Cylindrical-coordinate representation of color #A05214: hue angle of 26.57º 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 #A05214 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 82 20 -
CMYK 0 0.49 0.88 0.37
HSL 26.57º 0.78% 0.35% -
HSV(B) 26.57º 0.88% 0.63% -
XYZ 17.64 13.56 2.35 -
YUV 98.25 83.84 172.04 -
System Red Green Blue C M Y K H S L
Decimal 160 82 20 0 0.49 0.88 0.37 26.57 0.78 0.35
Hex A0 52 14 0 31 58 25 1B 4E 23
Octal 240 122 24 0 61 130 45 33 116 43
Binary 10100000 1010010 10100 0 110001 1011000 100101 11011 1001110 100011

Color Harmonies of #A05214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05214

Black with #A05214

Text Example


Text Example

White with #A05214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05214; }

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

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

background-color css

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

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

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

border-color css

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

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

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