Html Css Color HEX #A15E1F Rich Gold

📋 copy color: '#A15E1F'

red 161 ◦ green 94 ◦ blue 31

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

Shades of Rich Gold #A15E1F

Tints of Rich Gold #A15E1F

RGB

 RED value IS 161 (63.28% from 255) = 56.29%

 GREEN value IS 94 (37.11% from 255) = 32.87%

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

R = 56.29%
G = 32.87%
B = 10.84%

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

#A15E1F (or 0xA15E1F) is known color: Rich Gold. HEX triplet: A1, 5E and 1F. RGB value is (161,94,31). Sum of RGB (Red+Green+Blue) = 161+94+31=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15E1F is #5EA1E0. Grayscale: #6B6B6B. Windows color (decimal): -6201825 or 2055841. OLE color: 2055841.

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

Color convert

RGB 161 94 31 -
CMYK 0 0.42 0.81 0.37
HSL 29.08º 0.68% 0.38% -
HSV(B) 29.08º 0.81% 0.63% -
XYZ 18.95 15.68 3.32 -
YUV 106.85 85.2 166.62 -
System Red Green Blue C M Y K H S L
Decimal 161 94 31 0 0.42 0.81 0.37 29.08 0.68 0.38
Hex A1 5E 1F 0 2A 51 25 1D 44 26
Octal 241 136 37 0 52 121 45 35 104 46
Binary 10100001 1011110 11111 0 101010 1010001 100101 11101 1000100 100110

Color Harmonies of #A15E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15E1F

Black with #A15E1F

Text Example


Text Example

White with #A15E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15E1F; }

 p { color: rgb(161,94,31); }

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

background-color css

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

 a { background-color: rgb(161,94,31); }

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

border-color css

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

 span { border-color: rgb(161,94,31); }

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