Html Css Color HEX #A15D32 Indochine

📋 copy color: '#A15D32'

red 161 ◦ green 93 ◦ blue 50

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

Shades of Indochine #A15D32

Tints of Indochine #A15D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.45%

R = 52.96%
G = 30.59%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A15D32 (or 0xA15D32) is known color: Indochine. HEX triplet: A1, 5D and 32. RGB value is (161,93,50). Sum of RGB (Red+Green+Blue) = 161+93+50=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15D32 is #5EA2CD. Grayscale: #6C6C6C. Windows color (decimal): -6202062 or 3300769. OLE color: 3300769.

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

Color convert

RGB 161 93 50 -
CMYK 0 0.42 0.69 0.37
HSL 23.24º 0.53% 0.41% -
HSV(B) 23.24º 0.69% 0.63% -
XYZ 19.19 15.64 5.02 -
YUV 108.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 161 93 50 0 0.42 0.69 0.37 23.24 0.53 0.41
Hex A1 5D 32 0 2A 45 25 17 35 29
Octal 241 135 62 0 52 105 45 27 65 51
Binary 10100001 1011101 110010 0 101010 1000101 100101 10111 110101 101001

Color Harmonies of #A15D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15D32

Black with #A15D32

Text Example


Text Example

White with #A15D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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