Html Css Color HEX #A86271 Turkish Rose

📋 copy color: '#A86271'

red 168 ◦ green 98 ◦ blue 113

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

Shades of Turkish Rose #A86271

Tints of Turkish Rose #A86271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.86%

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

R = 44.33%
G = 25.86%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A86271 (or 0xA86271) is known color: Turkish Rose. HEX triplet: A8, 62 and 71. RGB value is (168,98,113). Sum of RGB (Red+Green+Blue) = 168+98+113=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A86271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86271 is #579D8E. Grayscale: #787878. Windows color (decimal): -5741967 or 7430824. OLE color: 7430824.

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

Color convert

RGB 168 98 113 -
CMYK 0 0.42 0.33 0.34
HSL 347.14º 0.29% 0.52% -
HSV(B) 347.14º 0.42% 0.66% -
XYZ 23.5 18.25 17.91 -
YUV 120.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 168 98 113 0 0.42 0.33 0.34 347.14 0.29 0.52
Hex A8 62 71 0 2A 21 22 15B 1D 34
Octal 250 142 161 0 52 41 42 533 35 64
Binary 10101000 1100010 1110001 0 101010 100001 100010 101011011 11101 110100

Color Harmonies of #A86271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86271

Black with #A86271

Text Example


Text Example

White with #A86271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86271; }

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

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

background-color css

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

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

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

border-color css

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

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

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