Html Css Color HEX #A18387 Turkish Rose

📋 copy color: '#A18387'

red 161 ◦ green 131 ◦ blue 135

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

Shades of Turkish Rose #A18387

Tints of Turkish Rose #A18387

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.68%

 BLUE value IS 135 (53.13% from 255) = 31.62%

R = 37.7%
G = 30.68%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A18387 (or 0xA18387) is known color: Turkish Rose. HEX triplet: A1, 83 and 87. RGB value is (161,131,135). Sum of RGB (Red+Green+Blue) = 161+131+135=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A18387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18387 is #5E7C78. Grayscale: #8C8C8C. Windows color (decimal): -6192249 or 8881057. OLE color: 8881057.

HSL color Cylindrical-coordinate representation of color #A18387: hue angle of 352º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A18387 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 131 135 -
CMYK 0 0.19 0.16 0.37
HSL 352º 0.14% 0.57% -
HSV(B) 352º 0.19% 0.63% -
XYZ 27.19 25.56 26.42 -
YUV 140.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 161 131 135 0 0.19 0.16 0.37 352 0.14 0.57
Hex A1 83 87 0 13 10 25 160 E 39
Octal 241 203 207 0 23 20 45 540 16 71
Binary 10100001 10000011 10000111 0 10011 10000 100101 101100000 1110 111001

Color Harmonies of #A18387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18387

Black with #A18387

Text Example


Text Example

White with #A18387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18387; }

 p { color: rgb(161,131,135); }

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

background-color css

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

 a { background-color: rgb(161,131,135); }

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

border-color css

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

 span { border-color: rgb(161,131,135); }

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