Html Css Color HEX #A86E7B Turkish Rose

📋 copy color: '#A86E7B'

red 168 ◦ green 110 ◦ blue 123

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

Shades of Turkish Rose #A86E7B

Tints of Turkish Rose #A86E7B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.43%

 BLUE value IS 123 (48.44% from 255) = 30.67%

R = 41.9%
G = 27.43%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A86E7B (or 0xA86E7B) is known color: Turkish Rose. HEX triplet: A8, 6E and 7B. RGB value is (168,110,123). Sum of RGB (Red+Green+Blue) = 168+110+123=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86E7B is #579184. Grayscale: #808080. Windows color (decimal): -5738885 or 8089256. OLE color: 8089256.

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

Color convert

RGB 168 110 123 -
CMYK 0 0.35 0.27 0.34
HSL 346.55º 0.25% 0.55% -
HSV(B) 346.55º 0.35% 0.66% -
XYZ 25.3 20.91 21.44 -
YUV 128.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 168 110 123 0 0.35 0.27 0.34 346.55 0.25 0.55
Hex A8 6E 7B 0 23 1B 22 15B 19 37
Octal 250 156 173 0 43 33 42 533 31 67
Binary 10101000 1101110 1111011 0 100011 11011 100010 101011011 11001 110111

Color Harmonies of #A86E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86E7B

Black with #A86E7B

Text Example


Text Example

White with #A86E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86E7B; }

 p { color: rgb(168,110,123); }

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

background-color css

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

 a { background-color: rgb(168,110,123); }

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

border-color css

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

 span { border-color: rgb(168,110,123); }

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