Html Css Color HEX #A15A2F Indochine

📋 copy color: '#A15A2F'

red 161 ◦ green 90 ◦ blue 47

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

Shades of Indochine #A15A2F

Tints of Indochine #A15A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.2%

 BLUE value IS 47 (18.75% from 255) = 15.77%

R = 54.03%
G = 30.2%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A15A2F (or 0xA15A2F) is known color: Indochine. HEX triplet: A1, 5A and 2F. RGB value is (161,90,47). Sum of RGB (Red+Green+Blue) = 161+90+47=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15A2F is #5EA5D0. Grayscale: #6A6A6A. Windows color (decimal): -6202833 or 3103393. OLE color: 3103393.

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

Color convert

RGB 161 90 47 -
CMYK 0 0.44 0.71 0.37
HSL 22.63º 0.55% 0.41% -
HSV(B) 22.63º 0.71% 0.63% -
XYZ 18.87 15.09 4.61 -
YUV 106.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 161 90 47 0 0.44 0.71 0.37 22.63 0.55 0.41
Hex A1 5A 2F 0 2C 47 25 17 37 29
Octal 241 132 57 0 54 107 45 27 67 51
Binary 10100001 1011010 101111 0 101100 1000111 100101 10111 110111 101001

Color Harmonies of #A15A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15A2F

Black with #A15A2F

Text Example


Text Example

White with #A15A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15A2F; }

 p { color: rgb(161,90,47); }

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

background-color css

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

 a { background-color: rgb(161,90,47); }

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

border-color css

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

 span { border-color: rgb(161,90,47); }

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