Html Css Color HEX #A08688 Turkish Rose

📋 copy color: '#A08688'

red 160 ◦ green 134 ◦ blue 136

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

Shades of Turkish Rose #A08688

Tints of Turkish Rose #A08688

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.16%

 BLUE value IS 136 (53.52% from 255) = 31.63%

R = 37.21%
G = 31.16%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A08688 (or 0xA08688) is known color: Turkish Rose. HEX triplet: A0, 86 and 88. RGB value is (160,134,136). Sum of RGB (Red+Green+Blue) = 160+134+136=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A08688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08688 is #5F7977. Grayscale: #8E8E8E. Windows color (decimal): -6257016 or 8947360. OLE color: 8947360.

HSL color Cylindrical-coordinate representation of color #A08688: hue angle of 355.38º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A08688 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 134 136 -
CMYK 0 0.16 0.15 0.37
HSL 355.38º 0.12% 0.58% -
HSV(B) 355.38º 0.16% 0.63% -
XYZ 27.47 26.3 26.92 -
YUV 142 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 160 134 136 0 0.16 0.15 0.37 355.38 0.12 0.58
Hex A0 86 88 0 10 F 25 163 C 3A
Octal 240 206 210 0 20 17 45 543 14 72
Binary 10100000 10000110 10001000 0 10000 1111 100101 101100011 1100 111010

Color Harmonies of #A08688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08688

Black with #A08688

Text Example


Text Example

White with #A08688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08688; }

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

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

background-color css

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

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

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

border-color css

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

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

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