Html Css Color HEX #A15C2C Indochine

📋 copy color: '#A15C2C'

red 161 ◦ green 92 ◦ blue 44

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

Shades of Indochine #A15C2C

Tints of Indochine #A15C2C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.98%

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

R = 54.21%
G = 30.98%
B = 14.81%

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

#A15C2C (or 0xA15C2C) is known color: Indochine. HEX triplet: A1, 5C and 2C. RGB value is (161,92,44). Sum of RGB (Red+Green+Blue) = 161+92+44=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15C2C is #5EA3D3. Grayscale: #6B6B6B. Windows color (decimal): -6202324 or 2907297. OLE color: 2907297.

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

Color convert

RGB 161 92 44 -
CMYK 0 0.43 0.73 0.37
HSL 24.62º 0.57% 0.4% -
HSV(B) 24.62º 0.73% 0.63% -
XYZ 18.98 15.41 4.36 -
YUV 107.16 92.36 166.4 -
System Red Green Blue C M Y K H S L
Decimal 161 92 44 0 0.43 0.73 0.37 24.62 0.57 0.4
Hex A1 5C 2C 0 2B 49 25 19 39 28
Octal 241 134 54 0 53 111 45 31 71 50
Binary 10100001 1011100 101100 0 101011 1001001 100101 11001 111001 101000

Color Harmonies of #A15C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15C2C

Black with #A15C2C

Text Example


Text Example

White with #A15C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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