Html Css Color HEX #A9696B Turkish Rose

📋 copy color: '#A9696B'

red 169 ◦ green 105 ◦ blue 107

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

Shades of Turkish Rose #A9696B

Tints of Turkish Rose #A9696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.08%

R = 44.36%
G = 27.56%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A9696B (or 0xA9696B) is known color: Turkish Rose. HEX triplet: A9, 69 and 6B. RGB value is (169,105,107). Sum of RGB (Red+Green+Blue) = 169+105+107=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A9696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9696B is #569694. Grayscale: #7C7C7C. Windows color (decimal): -5674645 or 7039401. OLE color: 7039401.

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

Color convert

RGB 169 105 107 -
CMYK 0 0.38 0.37 0.34
HSL 358.13º 0.27% 0.54% -
HSV(B) 358.13º 0.38% 0.66% -
XYZ 24.07 19.6 16.42 -
YUV 124.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 169 105 107 0 0.38 0.37 0.34 358.13 0.27 0.54
Hex A9 69 6B 0 26 25 22 166 1B 36
Octal 251 151 153 0 46 45 42 546 33 66
Binary 10101001 1101001 1101011 0 100110 100101 100010 101100110 11011 110110

Color Harmonies of #A9696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9696B

Black with #A9696B

Text Example


Text Example

White with #A9696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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