Html Css Color HEX #A18186 Turkish Rose

📋 copy color: '#A18186'

red 161 ◦ green 129 ◦ blue 134

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

Shades of Turkish Rose #A18186

Tints of Turkish Rose #A18186

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.42%

 BLUE value IS 134 (52.73% from 255) = 31.6%

R = 37.97%
G = 30.42%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A18186 (or 0xA18186) is known color: Turkish Rose. HEX triplet: A1, 81 and 86. RGB value is (161,129,134). Sum of RGB (Red+Green+Blue) = 161+129+134=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A18186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18186 is #5E7E79. Grayscale: #8B8B8B. Windows color (decimal): -6192762 or 8815009. OLE color: 8815009.

HSL color Cylindrical-coordinate representation of color #A18186: hue angle of 350.62º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18186 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 129 134 -
CMYK 0 0.20 0.17 0.37
HSL 350.63º 0.15% 0.57% -
HSV(B) 350.63º 0.2% 0.63% -
XYZ 26.85 25 25.96 -
YUV 139.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 161 129 134 0 0.20 0.17 0.37 350.63 0.15 0.57
Hex A1 81 86 0 14 11 25 15F F 39
Octal 241 201 206 0 24 21 45 537 17 71
Binary 10100001 10000001 10000110 0 10100 10001 100101 101011111 1111 111001

Color Harmonies of #A18186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18186

Black with #A18186

Text Example


Text Example

White with #A18186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18186; }

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

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

background-color css

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

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

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

border-color css

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

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

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