Html Css Color HEX #A15B2C Indochine

📋 copy color: '#A15B2C'

red 161 ◦ green 91 ◦ blue 44

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

Shades of Indochine #A15B2C

Tints of Indochine #A15B2C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.74%

 BLUE value IS 44 (17.58% from 255) = 14.86%

R = 54.39%
G = 30.74%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A15B2C (or 0xA15B2C) is known color: Indochine. HEX triplet: A1, 5B and 2C. RGB value is (161,91,44). Sum of RGB (Red+Green+Blue) = 161+91+44=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15B2C is #5EA4D3. Grayscale: #6A6A6A. Windows color (decimal): -6202580 or 2907041. OLE color: 2907041.

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

Color convert

RGB 161 91 44 -
CMYK 0 0.43 0.73 0.37
HSL 24.1º 0.57% 0.4% -
HSV(B) 24.1º 0.73% 0.63% -
XYZ 18.89 15.24 4.33 -
YUV 106.57 92.69 166.82 -
System Red Green Blue C M Y K H S L
Decimal 161 91 44 0 0.43 0.73 0.37 24.1 0.57 0.4
Hex A1 5B 2C 0 2B 49 25 18 39 28
Octal 241 133 54 0 53 111 45 30 71 50
Binary 10100001 1011011 101100 0 101011 1001001 100101 11000 111001 101000

Color Harmonies of #A15B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15B2C

Black with #A15B2C

Text Example


Text Example

White with #A15B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15B2C; }

 p { color: rgb(161,91,44); }

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

background-color css

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

 a { background-color: rgb(161,91,44); }

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

border-color css

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

 span { border-color: rgb(161,91,44); }

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