Html Css Color HEX #A0687B Turkish Rose

📋 copy color: '#A0687B'

red 160 ◦ green 104 ◦ blue 123

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

Shades of Turkish Rose #A0687B

Tints of Turkish Rose #A0687B

RGB

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

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

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

R = 41.34%
G = 26.87%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0687B (or 0xA0687B) is known color: Turkish Rose. HEX triplet: A0, 68 and 7B. RGB value is (160,104,123). Sum of RGB (Red+Green+Blue) = 160+104+123=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0687B is #5F9784. Grayscale: #7A7A7A. Windows color (decimal): -6264709 or 8087712. OLE color: 8087712.

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

Color convert

RGB 160 104 123 -
CMYK 0 0.35 0.23 0.37
HSL 339.64º 0.23% 0.52% -
HSV(B) 339.64º 0.35% 0.63% -
XYZ 23.02 18.8 21.16 -
YUV 122.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 160 104 123 0 0.35 0.23 0.37 339.64 0.23 0.52
Hex A0 68 7B 0 23 17 25 154 17 34
Octal 240 150 173 0 43 27 45 524 27 64
Binary 10100000 1101000 1111011 0 100011 10111 100101 101010100 10111 110100

Color Harmonies of #A0687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0687B

Black with #A0687B

Text Example


Text Example

White with #A0687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0687B; }

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

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

background-color css

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

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

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

border-color css

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

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

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