Html Css Color HEX #A0686E Turkish Rose

📋 copy color: '#A0686E'

red 160 ◦ green 104 ◦ blue 110

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

Shades of Turkish Rose #A0686E

Tints of Turkish Rose #A0686E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.41%

R = 42.78%
G = 27.81%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0686E (or 0xA0686E) is known color: Turkish Rose. HEX triplet: A0, 68 and 6E. RGB value is (160,104,110). Sum of RGB (Red+Green+Blue) = 160+104+110=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A0686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0686E is #5F9791. Grayscale: #797979. Windows color (decimal): -6264722 or 7235744. OLE color: 7235744.

HSL color Cylindrical-coordinate representation of color #A0686E: hue angle of 353.57º 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 #A0686E is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 104 110 -
CMYK 0 0.35 0.31 0.37
HSL 353.57º 0.23% 0.52% -
HSV(B) 353.57º 0.35% 0.63% -
XYZ 22.26 18.5 17.15 -
YUV 121.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 160 104 110 0 0.35 0.31 0.37 353.57 0.23 0.52
Hex A0 68 6E 0 23 1F 25 162 17 34
Octal 240 150 156 0 43 37 45 542 27 64
Binary 10100000 1101000 1101110 0 100011 11111 100101 101100010 10111 110100

Color Harmonies of #A0686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0686E

Black with #A0686E

Text Example


Text Example

White with #A0686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0686E; }

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

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

background-color css

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

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

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

border-color css

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

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

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