Html Css Color HEX #A18687 Turkish Rose

📋 copy color: '#A18687'

red 161 ◦ green 134 ◦ blue 135

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

Shades of Turkish Rose #A18687

Tints of Turkish Rose #A18687

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.16%

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

R = 37.44%
G = 31.16%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A18687 (or 0xA18687) is known color: Turkish Rose. HEX triplet: A1, 86 and 87. RGB value is (161,134,135). Sum of RGB (Red+Green+Blue) = 161+134+135=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 161 - color contains mainly: red. Hex color #A18687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18687 is #5E7978. Grayscale: #8E8E8E. Windows color (decimal): -6191481 or 8881825. OLE color: 8881825.

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

Color convert

RGB 161 134 135 -
CMYK 0 0.17 0.16 0.37
HSL 357.78º 0.13% 0.58% -
HSV(B) 357.78º 0.17% 0.63% -
XYZ 27.6 26.38 26.56 -
YUV 142.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 161 134 135 0 0.17 0.16 0.37 357.78 0.13 0.58
Hex A1 86 87 0 11 10 25 166 D 3A
Octal 241 206 207 0 21 20 45 546 15 72
Binary 10100001 10000110 10000111 0 10001 10000 100101 101100110 1101 111010

Color Harmonies of #A18687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18687

Black with #A18687

Text Example


Text Example

White with #A18687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18687; }

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

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

background-color css

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

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

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

border-color css

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

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

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