Html Css Color HEX #A0686B Turkish Rose

📋 copy color: '#A0686B'

red 160 ◦ green 104 ◦ blue 107

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

Shades of Turkish Rose #A0686B

Tints of Turkish Rose #A0686B

RGB

 RED value IS 160 (62.89% from 255) = 43.13%

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

 BLUE value IS 107 (42.19% from 255) = 28.84%

R = 43.13%
G = 28.03%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0686B (or 0xA0686B) is known color: Turkish Rose. HEX triplet: A0, 68 and 6B. RGB value is (160,104,107). Sum of RGB (Red+Green+Blue) = 160+104+107=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0686B is #5F9794. Grayscale: #797979. Windows color (decimal): -6264725 or 7039136. OLE color: 7039136.

HSL color Cylindrical-coordinate representation of color #A0686B: hue angle of 356.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0686B is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 104 107 -
CMYK 0 0.35 0.33 0.37
HSL 356.79º 0.23% 0.52% -
HSV(B) 356.79º 0.35% 0.63% -
XYZ 22.1 18.44 16.3 -
YUV 121.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 160 104 107 0 0.35 0.33 0.37 356.79 0.23 0.52
Hex A0 68 6B 0 23 21 25 165 17 34
Octal 240 150 153 0 43 41 45 545 27 64
Binary 10100000 1101000 1101011 0 100011 100001 100101 101100101 10111 110100

Color Harmonies of #A0686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0686B

Black with #A0686B

Text Example


Text Example

White with #A0686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0686B; }

 p { color: rgb(160,104,107); }

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

background-color css

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

 a { background-color: rgb(160,104,107); }

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

border-color css

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

 span { border-color: rgb(160,104,107); }

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