Html Css Color HEX #A05D1F Rich Gold

📋 copy color: '#A05D1F'

red 160 ◦ green 93 ◦ blue 31

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

Shades of Rich Gold #A05D1F

Tints of Rich Gold #A05D1F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.75%

 BLUE value IS 31 (12.5% from 255) = 10.92%

R = 56.34%
G = 32.75%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A05D1F (or 0xA05D1F) is known color: Rich Gold. HEX triplet: A0, 5D and 1F. RGB value is (160,93,31). Sum of RGB (Red+Green+Blue) = 160+93+31=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05D1F is #5FA2E0. Grayscale: #6A6A6A. Windows color (decimal): -6267617 or 2055584. OLE color: 2055584.

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

Color convert

RGB 160 93 31 -
CMYK 0 0.42 0.81 0.37
HSL 28.84º 0.68% 0.37% -
HSV(B) 28.84º 0.81% 0.63% -
XYZ 18.66 15.4 3.29 -
YUV 105.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 160 93 31 0 0.42 0.81 0.37 28.84 0.68 0.37
Hex A0 5D 1F 0 2A 51 25 1D 44 25
Octal 240 135 37 0 52 121 45 35 104 45
Binary 10100000 1011101 11111 0 101010 1010001 100101 11101 1000100 100101

Color Harmonies of #A05D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05D1F

Black with #A05D1F

Text Example


Text Example

White with #A05D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05D1F; }

 p { color: rgb(160,93,31); }

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

background-color css

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

 a { background-color: rgb(160,93,31); }

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

border-color css

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

 span { border-color: rgb(160,93,31); }

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