Html Css Color HEX #A86676 Turkish Rose

📋 copy color: '#A86676'

red 168 ◦ green 102 ◦ blue 118

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

Shades of Turkish Rose #A86676

Tints of Turkish Rose #A86676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.29%

 BLUE value IS 118 (46.48% from 255) = 30.41%

R = 43.3%
G = 26.29%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A86676 (or 0xA86676) is known color: Turkish Rose. HEX triplet: A8, 66 and 76. RGB value is (168,102,118). Sum of RGB (Red+Green+Blue) = 168+102+118=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A86676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86676 is #579989. Grayscale: #7B7B7B. Windows color (decimal): -5740938 or 7759528. OLE color: 7759528.

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

Color convert

RGB 168 102 118 -
CMYK 0 0.39 0.30 0.34
HSL 345.45º 0.28% 0.53% -
HSV(B) 345.45º 0.39% 0.66% -
XYZ 24.17 19.14 19.56 -
YUV 123.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 168 102 118 0 0.39 0.30 0.34 345.45 0.28 0.53
Hex A8 66 76 0 27 1E 22 159 1C 35
Octal 250 146 166 0 47 36 42 531 34 65
Binary 10101000 1100110 1110110 0 100111 11110 100010 101011001 11100 110101

Color Harmonies of #A86676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86676

Black with #A86676

Text Example


Text Example

White with #A86676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86676; }

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

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

background-color css

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

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

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

border-color css

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

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

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