Html Css Color HEX #A05C21 Rich Gold

📋 copy color: '#A05C21'

red 160 ◦ green 92 ◦ blue 33

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

Shades of Rich Gold #A05C21

Tints of Rich Gold #A05C21

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.28%

 BLUE value IS 33 (13.28% from 255) = 11.58%

R = 56.14%
G = 32.28%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A05C21 (or 0xA05C21) is known color: Rich Gold. HEX triplet: A0, 5C and 21. RGB value is (160,92,33). Sum of RGB (Red+Green+Blue) = 160+92+33=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05C21 is #5FA3DE. Grayscale: #696969. Windows color (decimal): -6267871 or 2186400. OLE color: 2186400.

HSL color Cylindrical-coordinate representation of color #A05C21: hue angle of 27.87º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A05C21 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 92 33 -
CMYK 0 0.43 0.79 0.37
HSL 27.87º 0.66% 0.38% -
HSV(B) 27.87º 0.79% 0.63% -
XYZ 18.6 15.24 3.4 -
YUV 105.61 87.03 166.8 -
System Red Green Blue C M Y K H S L
Decimal 160 92 33 0 0.43 0.79 0.37 27.87 0.66 0.38
Hex A0 5C 21 0 2B 4F 25 1C 42 26
Octal 240 134 41 0 53 117 45 34 102 46
Binary 10100000 1011100 100001 0 101011 1001111 100101 11100 1000010 100110

Color Harmonies of #A05C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C21

Black with #A05C21

Text Example


Text Example

White with #A05C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C21; }

 p { color: rgb(160,92,33); }

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

background-color css

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

 a { background-color: rgb(160,92,33); }

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

border-color css

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

 span { border-color: rgb(160,92,33); }

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