Html Css Color HEX #A15D2C Indochine

📋 copy color: '#A15D2C'

red 161 ◦ green 93 ◦ blue 44

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

Shades of Indochine #A15D2C

Tints of Indochine #A15D2C

RGB

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

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

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

R = 54.03%
G = 31.21%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A15D2C (or 0xA15D2C) is known color: Indochine. HEX triplet: A1, 5D and 2C. RGB value is (161,93,44). Sum of RGB (Red+Green+Blue) = 161+93+44=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15D2C is #5EA2D3. Grayscale: #6C6C6C. Windows color (decimal): -6202068 or 2907553. OLE color: 2907553.

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

Color convert

RGB 161 93 44 -
CMYK 0 0.42 0.73 0.37
HSL 25.13º 0.57% 0.4% -
HSV(B) 25.13º 0.73% 0.63% -
XYZ 19.07 15.59 4.39 -
YUV 107.75 92.03 165.98 -
System Red Green Blue C M Y K H S L
Decimal 161 93 44 0 0.42 0.73 0.37 25.13 0.57 0.4
Hex A1 5D 2C 0 2A 49 25 19 39 28
Octal 241 135 54 0 52 111 45 31 71 50
Binary 10100001 1011101 101100 0 101010 1001001 100101 11001 111001 101000

Color Harmonies of #A15D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15D2C

Black with #A15D2C

Text Example


Text Example

White with #A15D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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