Html Css Color HEX #A86671 Turkish Rose

📋 copy color: '#A86671'

red 168 ◦ green 102 ◦ blue 113

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

Shades of Turkish Rose #A86671

Tints of Turkish Rose #A86671

RGB

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

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

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

R = 43.86%
G = 26.63%
B = 29.5%

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

#A86671 (or 0xA86671) is known color: Turkish Rose. HEX triplet: A8, 66 and 71. RGB value is (168,102,113). Sum of RGB (Red+Green+Blue) = 168+102+113=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A86671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86671 is #57998E. Grayscale: #7B7B7B. Windows color (decimal): -5740943 or 7431848. OLE color: 7431848.

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

Color convert

RGB 168 102 113 -
CMYK 0 0.39 0.33 0.34
HSL 350º 0.28% 0.53% -
HSV(B) 350º 0.39% 0.66% -
XYZ 23.88 19.02 18.04 -
YUV 122.99 122.37 160.11 -
System Red Green Blue C M Y K H S L
Decimal 168 102 113 0 0.39 0.33 0.34 350 0.28 0.53
Hex A8 66 71 0 27 21 22 15E 1C 35
Octal 250 146 161 0 47 41 42 536 34 65
Binary 10101000 1100110 1110001 0 100111 100001 100010 101011110 11100 110101

Color Harmonies of #A86671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86671

Black with #A86671

Text Example


Text Example

White with #A86671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86671; }

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

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

background-color css

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

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

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

border-color css

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

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

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