Html Css Color HEX #A05413 Rich Gold

📋 copy color: '#A05413'

red 160 ◦ green 84 ◦ blue 19

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

Shades of Rich Gold #A05413

Tints of Rich Gold #A05413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.22%

R = 60.84%
G = 31.94%
B = 7.22%

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

#A05413 (or 0xA05413) is known color: Rich Gold. HEX triplet: A0, 54 and 13. RGB value is (160,84,19). Sum of RGB (Red+Green+Blue) = 160+84+19=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A05413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05413 is #5FABEC. Grayscale: #636363. Windows color (decimal): -6269933 or 1266848. OLE color: 1266848.

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

Color convert

RGB 160 84 19 -
CMYK 0 0.48 0.88 0.37
HSL 27.66º 0.79% 0.35% -
HSV(B) 27.66º 0.88% 0.63% -
XYZ 17.79 13.86 2.35 -
YUV 99.31 82.68 171.29 -
System Red Green Blue C M Y K H S L
Decimal 160 84 19 0 0.48 0.88 0.37 27.66 0.79 0.35
Hex A0 54 13 0 30 58 25 1C 4F 23
Octal 240 124 23 0 60 130 45 34 117 43
Binary 10100000 1010100 10011 0 110000 1011000 100101 11100 1001111 100011

Color Harmonies of #A05413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05413

Black with #A05413

Text Example


Text Example

White with #A05413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05413; }

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

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

background-color css

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

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

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

border-color css

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

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

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