Html Css Color HEX #A86670 Turkish Rose

📋 copy color: '#A86670'

red 168 ◦ green 102 ◦ blue 112

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

Shades of Turkish Rose #A86670

Tints of Turkish Rose #A86670

RGB

 RED value IS 168 (66.02% from 255) = 43.98%

 GREEN value IS 102 (40.23% from 255) = 26.7%

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 43.98%
G = 26.7%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A86670 (or 0xA86670) is known color: Turkish Rose. HEX triplet: A8, 66 and 70. RGB value is (168,102,112). Sum of RGB (Red+Green+Blue) = 168+102+112=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A86670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86670 is #57998F. Grayscale: #7A7A7A. Windows color (decimal): -5740944 or 7366312. OLE color: 7366312.

HSL color Cylindrical-coordinate representation of color #A86670: hue angle of 350.91º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A86670 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 102 112 -
CMYK 0 0.39 0.33 0.34
HSL 350.91º 0.28% 0.53% -
HSV(B) 350.91º 0.39% 0.66% -
XYZ 23.82 19 17.74 -
YUV 122.87 121.87 160.19 -
System Red Green Blue C M Y K H S L
Decimal 168 102 112 0 0.39 0.33 0.34 350.91 0.28 0.53
Hex A8 66 70 0 27 21 22 15F 1C 35
Octal 250 146 160 0 47 41 42 537 34 65
Binary 10101000 1100110 1110000 0 100111 100001 100010 101011111 11100 110101

Color Harmonies of #A86670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86670

Black with #A86670

Text Example


Text Example

White with #A86670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86670; }

 p { color: rgb(168,102,112); }

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

background-color css

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

 a { background-color: rgb(168,102,112); }

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

border-color css

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

 span { border-color: rgb(168,102,112); }

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