Html Css Color HEX #A9696E Turkish Rose

📋 copy color: '#A9696E'

red 169 ◦ green 105 ◦ blue 110

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

Shades of Turkish Rose #A9696E

Tints of Turkish Rose #A9696E

RGB

 RED value IS 169 (66.41% from 255) = 44.01%

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

 BLUE value IS 110 (43.36% from 255) = 28.65%

R = 44.01%
G = 27.34%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A9696E (or 0xA9696E) is known color: Turkish Rose. HEX triplet: A9, 69 and 6E. RGB value is (169,105,110). Sum of RGB (Red+Green+Blue) = 169+105+110=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A9696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9696E is #569691. Grayscale: #7C7C7C. Windows color (decimal): -5674642 or 7236009. OLE color: 7236009.

HSL color Cylindrical-coordinate representation of color #A9696E: hue angle of 355.31º 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 #A9696E is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 105 110 -
CMYK 0 0.38 0.35 0.34
HSL 355.31º 0.27% 0.54% -
HSV(B) 355.31º 0.38% 0.66% -
XYZ 24.23 19.66 17.27 -
YUV 124.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 169 105 110 0 0.38 0.35 0.34 355.31 0.27 0.54
Hex A9 69 6E 0 26 23 22 163 1B 36
Octal 251 151 156 0 46 43 42 543 33 66
Binary 10101001 1101001 1101110 0 100110 100011 100010 101100011 11011 110110

Color Harmonies of #A9696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9696E

Black with #A9696E

Text Example


Text Example

White with #A9696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9696E; }

 p { color: rgb(169,105,110); }

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

background-color css

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

 a { background-color: rgb(169,105,110); }

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

border-color css

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

 span { border-color: rgb(169,105,110); }

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