Html Css Color HEX #A15F32 Indochine

📋 copy color: '#A15F32'

red 161 ◦ green 95 ◦ blue 50

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

Shades of Indochine #A15F32

Tints of Indochine #A15F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.05%

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

R = 52.61%
G = 31.05%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A15F32 (or 0xA15F32) is known color: Indochine. HEX triplet: A1, 5F and 32. RGB value is (161,95,50). Sum of RGB (Red+Green+Blue) = 161+95+50=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15F32 is #5EA0CD. Grayscale: #6D6D6D. Windows color (decimal): -6201550 or 3301281. OLE color: 3301281.

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

Color convert

RGB 161 95 50 -
CMYK 0 0.41 0.69 0.37
HSL 24.32º 0.53% 0.41% -
HSV(B) 24.32º 0.69% 0.63% -
XYZ 19.37 15.99 5.08 -
YUV 109.6 94.37 164.66 -
System Red Green Blue C M Y K H S L
Decimal 161 95 50 0 0.41 0.69 0.37 24.32 0.53 0.41
Hex A1 5F 32 0 29 45 25 18 35 29
Octal 241 137 62 0 51 105 45 30 65 51
Binary 10100001 1011111 110010 0 101001 1000101 100101 11000 110101 101001

Color Harmonies of #A15F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15F32

Black with #A15F32

Text Example


Text Example

White with #A15F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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