Html Css Color HEX #A05C1E Rich Gold

📋 copy color: '#A05C1E'

red 160 ◦ green 92 ◦ blue 30

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

Shades of Rich Gold #A05C1E

Tints of Rich Gold #A05C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 56.74%
G = 32.62%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A05C1E (or 0xA05C1E) is known color: Rich Gold. HEX triplet: A0, 5C and 1E. RGB value is (160,92,30). Sum of RGB (Red+Green+Blue) = 160+92+30=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05C1E is #5FA3E1. Grayscale: #696969. Windows color (decimal): -6267874 or 1989792. OLE color: 1989792.

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

Color convert

RGB 160 92 30 -
CMYK 0 0.43 0.81 0.37
HSL 28.62º 0.68% 0.37% -
HSV(B) 28.62º 0.81% 0.63% -
XYZ 18.56 15.22 3.19 -
YUV 105.26 85.53 167.04 -
System Red Green Blue C M Y K H S L
Decimal 160 92 30 0 0.43 0.81 0.37 28.62 0.68 0.37
Hex A0 5C 1E 0 2B 51 25 1D 44 25
Octal 240 134 36 0 53 121 45 35 104 45
Binary 10100000 1011100 11110 0 101011 1010001 100101 11101 1000100 100101

Color Harmonies of #A05C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C1E

Black with #A05C1E

Text Example


Text Example

White with #A05C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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