Html Css Color HEX #A8696F Turkish Rose

📋 copy color: '#A8696F'

red 168 ◦ green 105 ◦ blue 111

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

Shades of Turkish Rose #A8696F

Tints of Turkish Rose #A8696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.34%

 BLUE value IS 111 (43.75% from 255) = 28.91%

R = 43.75%
G = 27.34%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A8696F (or 0xA8696F) is known color: Turkish Rose. HEX triplet: A8, 69 and 6F. RGB value is (168,105,111). Sum of RGB (Red+Green+Blue) = 168+105+111=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A8696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8696F is #579690. Grayscale: #7C7C7C. Windows color (decimal): -5740177 or 7301544. OLE color: 7301544.

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

Color convert

RGB 168 105 111 -
CMYK 0 0.38 0.34 0.34
HSL 354.29º 0.27% 0.54% -
HSV(B) 354.29º 0.38% 0.66% -
XYZ 24.07 19.58 17.55 -
YUV 124.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 168 105 111 0 0.38 0.34 0.34 354.29 0.27 0.54
Hex A8 69 6F 0 26 22 22 162 1B 36
Octal 250 151 157 0 46 42 42 542 33 66
Binary 10101000 1101001 1101111 0 100110 100010 100010 101100010 11011 110110

Color Harmonies of #A8696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8696F

Black with #A8696F

Text Example


Text Example

White with #A8696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8696F; }

 p { color: rgb(168,105,111); }

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

background-color css

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

 a { background-color: rgb(168,105,111); }

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

border-color css

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

 span { border-color: rgb(168,105,111); }

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