Html Css Color HEX #A8687A Turkish Rose

📋 copy color: '#A8687A'

red 168 ◦ green 104 ◦ blue 122

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

Shades of Turkish Rose #A8687A

Tints of Turkish Rose #A8687A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 42.64%
G = 26.4%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8687A (or 0xA8687A) is known color: Turkish Rose. HEX triplet: A8, 68 and 7A. RGB value is (168,104,122). Sum of RGB (Red+Green+Blue) = 168+104+122=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A8687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8687A is #579785. Grayscale: #7D7D7D. Windows color (decimal): -5740422 or 8022184. OLE color: 8022184.

HSL color Cylindrical-coordinate representation of color #A8687A: hue angle of 343.12º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8687A is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 104 122 -
CMYK 0 0.38 0.27 0.34
HSL 343.13º 0.27% 0.53% -
HSV(B) 343.13º 0.38% 0.66% -
XYZ 24.61 19.63 20.9 -
YUV 125.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 168 104 122 0 0.38 0.27 0.34 343.13 0.27 0.53
Hex A8 68 7A 0 26 1B 22 157 1B 35
Octal 250 150 172 0 46 33 42 527 33 65
Binary 10101000 1101000 1111010 0 100110 11011 100010 101010111 11011 110101

Color Harmonies of #A8687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8687A

Black with #A8687A

Text Example


Text Example

White with #A8687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8687A; }

 p { color: rgb(168,104,122); }

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

background-color css

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

 a { background-color: rgb(168,104,122); }

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

border-color css

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

 span { border-color: rgb(168,104,122); }

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