Html Css Color HEX #A15E30 Indochine

📋 copy color: '#A15E30'

red 161 ◦ green 94 ◦ blue 48

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

Shades of Indochine #A15E30

Tints of Indochine #A15E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.84%

R = 53.14%
G = 31.02%
B = 15.84%

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

#A15E30 (or 0xA15E30) is known color: Indochine. HEX triplet: A1, 5E and 30. RGB value is (161,94,48). Sum of RGB (Red+Green+Blue) = 161+94+48=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15E30 is #5EA1CF. Grayscale: #6D6D6D. Windows color (decimal): -6201808 or 3169953. OLE color: 3169953.

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

Color convert

RGB 161 94 48 -
CMYK 0 0.42 0.70 0.37
HSL 24.42º 0.54% 0.41% -
HSV(B) 24.42º 0.7% 0.63% -
XYZ 19.23 15.8 4.83 -
YUV 108.79 93.7 165.24 -
System Red Green Blue C M Y K H S L
Decimal 161 94 48 0 0.42 0.70 0.37 24.42 0.54 0.41
Hex A1 5E 30 0 2A 46 25 18 36 29
Octal 241 136 60 0 52 106 45 30 66 51
Binary 10100001 1011110 110000 0 101010 1000110 100101 11000 110110 101001

Color Harmonies of #A15E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15E30

Black with #A15E30

Text Example


Text Example

White with #A15E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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