Html Css Color HEX #A68687 Turkish Rose

📋 copy color: '#A68687'

red 166 ◦ green 134 ◦ blue 135

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

Shades of Turkish Rose #A68687

Tints of Turkish Rose #A68687

RGB

 RED value IS 166 (65.23% from 255) = 38.16%

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

 BLUE value IS 135 (53.13% from 255) = 31.03%

R = 38.16%
G = 30.8%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A68687 (or 0xA68687) is known color: Turkish Rose. HEX triplet: A6, 86 and 87. RGB value is (166,134,135). Sum of RGB (Red+Green+Blue) = 166+134+135=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A68687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68687 is #597978. Grayscale: #8F8F8F. Windows color (decimal): -5863801 or 8881830. OLE color: 8881830.

HSL color Cylindrical-coordinate representation of color #A68687: hue angle of 358.12º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A68687 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 134 135 -
CMYK 0 0.19 0.19 0.35
HSL 358.13º 0.15% 0.59% -
HSV(B) 358.13º 0.19% 0.65% -
XYZ 28.62 26.91 26.61 -
YUV 143.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 166 134 135 0 0.19 0.19 0.35 358.13 0.15 0.59
Hex A6 86 87 0 13 13 23 166 F 3B
Octal 246 206 207 0 23 23 43 546 17 73
Binary 10100110 10000110 10000111 0 10011 10011 100011 101100110 1111 111011

Color Harmonies of #A68687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68687

Black with #A68687

Text Example


Text Example

White with #A68687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68687; }

 p { color: rgb(166,134,135); }

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

background-color css

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

 a { background-color: rgb(166,134,135); }

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

border-color css

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

 span { border-color: rgb(166,134,135); }

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