Html Css Color HEX #A86071 Turkish Rose

📋 copy color: '#A86071'

red 168 ◦ green 96 ◦ blue 113

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

Shades of Turkish Rose #A86071

Tints of Turkish Rose #A86071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.46%

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

R = 44.56%
G = 25.46%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A86071 (or 0xA86071) is known color: Turkish Rose. HEX triplet: A8, 60 and 71. RGB value is (168,96,113). Sum of RGB (Red+Green+Blue) = 168+96+113=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A86071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86071 is #579F8E. Grayscale: #777777. Windows color (decimal): -5742479 or 7430312. OLE color: 7430312.

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

Color convert

RGB 168 96 113 -
CMYK 0 0.43 0.33 0.34
HSL 345.83º 0.29% 0.52% -
HSV(B) 345.83º 0.43% 0.66% -
XYZ 23.31 17.88 17.85 -
YUV 119.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 168 96 113 0 0.43 0.33 0.34 345.83 0.29 0.52
Hex A8 60 71 0 2B 21 22 15A 1D 34
Octal 250 140 161 0 53 41 42 532 35 64
Binary 10101000 1100000 1110001 0 101011 100001 100010 101011010 11101 110100

Color Harmonies of #A86071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86071

Black with #A86071

Text Example


Text Example

White with #A86071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86071; }

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

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

background-color css

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

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

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

border-color css

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

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

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