Html Css Color HEX #A87680 Turkish Rose

📋 copy color: '#A87680'

red 168 ◦ green 118 ◦ blue 128

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

Shades of Turkish Rose #A87680

Tints of Turkish Rose #A87680

RGB

 RED value IS 168 (66.02% from 255) = 40.58%

 GREEN value IS 118 (46.48% from 255) = 28.5%

 BLUE value IS 128 (50.39% from 255) = 30.92%

R = 40.58%
G = 28.5%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A87680 (or 0xA87680) is known color: Turkish Rose. HEX triplet: A8, 76 and 80. RGB value is (168,118,128). Sum of RGB (Red+Green+Blue) = 168+118+128=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A87680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87680 is #57897F. Grayscale: #868686. Windows color (decimal): -5736832 or 8418984. OLE color: 8418984.

HSL color Cylindrical-coordinate representation of color #A87680: hue angle of 348º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A87680 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 118 128 -
CMYK 0 0.30 0.24 0.34
HSL 348º 0.22% 0.56% -
HSV(B) 348º 0.3% 0.66% -
XYZ 26.52 22.84 23.43 -
YUV 134.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 168 118 128 0 0.30 0.24 0.34 348 0.22 0.56
Hex A8 76 80 0 1E 18 22 15C 16 38
Octal 250 166 200 0 36 30 42 534 26 70
Binary 10101000 1110110 10000000 0 11110 11000 100010 101011100 10110 111000

Color Harmonies of #A87680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87680

Black with #A87680

Text Example


Text Example

White with #A87680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87680; }

 p { color: rgb(168,118,128); }

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

background-color css

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

 a { background-color: rgb(168,118,128); }

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

border-color css

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

 span { border-color: rgb(168,118,128); }

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