Html Css Color HEX #A05414 Rich Gold

📋 copy color: '#A05414'

red 160 ◦ green 84 ◦ blue 20

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

Shades of Rich Gold #A05414

Tints of Rich Gold #A05414

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.82%

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

R = 60.61%
G = 31.82%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A05414 (or 0xA05414) is known color: Rich Gold. HEX triplet: A0, 54 and 14. RGB value is (160,84,20). Sum of RGB (Red+Green+Blue) = 160+84+20=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A05414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05414 is #5FABEB. Grayscale: #636363. Windows color (decimal): -6269932 or 1332384. OLE color: 1332384.

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

Color convert

RGB 160 84 20 -
CMYK 0 0.48 0.88 0.37
HSL 27.43º 0.78% 0.35% -
HSV(B) 27.43º 0.88% 0.63% -
XYZ 17.79 13.86 2.4 -
YUV 99.43 83.18 171.2 -
System Red Green Blue C M Y K H S L
Decimal 160 84 20 0 0.48 0.88 0.37 27.43 0.78 0.35
Hex A0 54 14 0 30 58 25 1B 4E 23
Octal 240 124 24 0 60 130 45 33 116 43
Binary 10100000 1010100 10100 0 110000 1011000 100101 11011 1001110 100011

Color Harmonies of #A05414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05414

Black with #A05414

Text Example


Text Example

White with #A05414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05414; }

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

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

background-color css

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

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

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

border-color css

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

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

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