Html Css Color HEX #A05514 Rich Gold

📋 copy color: '#A05514'

red 160 ◦ green 85 ◦ blue 20

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

Shades of Rich Gold #A05514

Tints of Rich Gold #A05514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.08%

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

R = 60.38%
G = 32.08%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A05514 (or 0xA05514) is known color: Rich Gold. HEX triplet: A0, 55 and 14. RGB value is (160,85,20). Sum of RGB (Red+Green+Blue) = 160+85+20=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A05514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05514 is #5FAAEB. Grayscale: #646464. Windows color (decimal): -6269676 or 1332640. OLE color: 1332640.

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

Color convert

RGB 160 85 20 -
CMYK 0 0.47 0.88 0.37
HSL 27.86º 0.78% 0.35% -
HSV(B) 27.86º 0.88% 0.63% -
XYZ 17.87 14.02 2.43 -
YUV 100.02 82.85 170.79 -
System Red Green Blue C M Y K H S L
Decimal 160 85 20 0 0.47 0.88 0.37 27.86 0.78 0.35
Hex A0 55 14 0 2F 58 25 1C 4E 23
Octal 240 125 24 0 57 130 45 34 116 43
Binary 10100000 1010101 10100 0 101111 1011000 100101 11100 1001110 100011

Color Harmonies of #A05514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05514

Black with #A05514

Text Example


Text Example

White with #A05514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05514; }

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

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

background-color css

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

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

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

border-color css

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

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

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