Html Css Color HEX #A08086 Turkish Rose

📋 copy color: '#A08086'

red 160 ◦ green 128 ◦ blue 134

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

Shades of Turkish Rose #A08086

Tints of Turkish Rose #A08086

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.33%

 BLUE value IS 134 (52.73% from 255) = 31.75%

R = 37.91%
G = 30.33%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A08086 (or 0xA08086) is known color: Turkish Rose. HEX triplet: A0, 80 and 86. RGB value is (160,128,134). Sum of RGB (Red+Green+Blue) = 160+128+134=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A08086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08086 is #5F7F79. Grayscale: #8A8A8A. Windows color (decimal): -6258554 or 8814752. OLE color: 8814752.

HSL color Cylindrical-coordinate representation of color #A08086: hue angle of 348.75º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A08086 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 128 134 -
CMYK 0 0.20 0.16 0.37
HSL 348.75º 0.14% 0.56% -
HSV(B) 348.75º 0.2% 0.63% -
XYZ 26.52 24.63 25.91 -
YUV 138.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 160 128 134 0 0.20 0.16 0.37 348.75 0.14 0.56
Hex A0 80 86 0 14 10 25 15D E 38
Octal 240 200 206 0 24 20 45 535 16 70
Binary 10100000 10000000 10000110 0 10100 10000 100101 101011101 1110 111000

Color Harmonies of #A08086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08086

Black with #A08086

Text Example


Text Example

White with #A08086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08086; }

 p { color: rgb(160,128,134); }

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

background-color css

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

 a { background-color: rgb(160,128,134); }

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

border-color css

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

 span { border-color: rgb(160,128,134); }

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