Html Css Color HEX #A15E31 Indochine

📋 copy color: '#A15E31'

red 161 ◦ green 94 ◦ blue 49

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

Shades of Indochine #A15E31

Tints of Indochine #A15E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.12%

R = 52.96%
G = 30.92%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A15E31 (or 0xA15E31) is known color: Indochine. HEX triplet: A1, 5E and 31. RGB value is (161,94,49). Sum of RGB (Red+Green+Blue) = 161+94+49=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15E31 is #5EA1CE. Grayscale: #6D6D6D. Windows color (decimal): -6201807 or 3235489. OLE color: 3235489.

HSL color Cylindrical-coordinate representation of color #A15E31: hue angle of 24.11º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A15E31 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 94 49 -
CMYK 0 0.42 0.70 0.37
HSL 24.11º 0.53% 0.41% -
HSV(B) 24.11º 0.7% 0.63% -
XYZ 19.26 15.8 4.94 -
YUV 108.9 94.2 165.16 -
System Red Green Blue C M Y K H S L
Decimal 161 94 49 0 0.42 0.70 0.37 24.11 0.53 0.41
Hex A1 5E 31 0 2A 46 25 18 35 29
Octal 241 136 61 0 52 106 45 30 65 51
Binary 10100001 1011110 110001 0 101010 1000110 100101 11000 110101 101001

Color Harmonies of #A15E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15E31

Black with #A15E31

Text Example


Text Example

White with #A15E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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