Html Css Color HEX #A86870 Turkish Rose

📋 copy color: '#A86870'

red 168 ◦ green 104 ◦ blue 112

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

Shades of Turkish Rose #A86870

Tints of Turkish Rose #A86870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.08%

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

R = 43.75%
G = 27.08%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A86870 (or 0xA86870) is known color: Turkish Rose. HEX triplet: A8, 68 and 70. RGB value is (168,104,112). Sum of RGB (Red+Green+Blue) = 168+104+112=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A86870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86870 is #57978F. Grayscale: #7C7C7C. Windows color (decimal): -5740432 or 7366824. OLE color: 7366824.

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

Color convert

RGB 168 104 112 -
CMYK 0 0.38 0.33 0.34
HSL 352.5º 0.27% 0.53% -
HSV(B) 352.5º 0.38% 0.66% -
XYZ 24.02 19.4 17.81 -
YUV 124.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 168 104 112 0 0.38 0.33 0.34 352.5 0.27 0.53
Hex A8 68 70 0 26 21 22 160 1B 35
Octal 250 150 160 0 46 41 42 540 33 65
Binary 10101000 1101000 1110000 0 100110 100001 100010 101100000 11011 110101

Color Harmonies of #A86870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86870

Black with #A86870

Text Example


Text Example

White with #A86870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86870; }

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

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

background-color css

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

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

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

border-color css

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

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

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