Html Css Color HEX #A86871 Turkish Rose

📋 copy color: '#A86871'

red 168 ◦ green 104 ◦ blue 113

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

Shades of Turkish Rose #A86871

Tints of Turkish Rose #A86871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.35%

R = 43.64%
G = 27.01%
B = 29.35%

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

#A86871 (or 0xA86871) is known color: Turkish Rose. HEX triplet: A8, 68 and 71. RGB value is (168,104,113). Sum of RGB (Red+Green+Blue) = 168+104+113=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A86871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86871 is #57978E. Grayscale: #7C7C7C. Windows color (decimal): -5740431 or 7432360. OLE color: 7432360.

HSL color Cylindrical-coordinate representation of color #A86871: hue angle of 351.56º 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 #A86871 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 104 113 -
CMYK 0 0.38 0.33 0.34
HSL 351.56º 0.27% 0.53% -
HSV(B) 351.56º 0.38% 0.66% -
XYZ 24.08 19.42 18.1 -
YUV 124.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 168 104 113 0 0.38 0.33 0.34 351.56 0.27 0.53
Hex A8 68 71 0 26 21 22 160 1B 35
Octal 250 150 161 0 46 41 42 540 33 65
Binary 10101000 1101000 1110001 0 100110 100001 100010 101100000 11011 110101

Color Harmonies of #A86871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86871

Black with #A86871

Text Example


Text Example

White with #A86871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86871; }

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

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

background-color css

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

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

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

border-color css

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

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

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