Html Css Color HEX #A9666F Turkish Rose

📋 copy color: '#A9666F'

red 169 ◦ green 102 ◦ blue 111

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

Shades of Turkish Rose #A9666F

Tints of Turkish Rose #A9666F

RGB

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

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

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

R = 44.24%
G = 26.7%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A9666F (or 0xA9666F) is known color: Turkish Rose. HEX triplet: A9, 66 and 6F. RGB value is (169,102,111). Sum of RGB (Red+Green+Blue) = 169+102+111=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A9666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9666F is #569990. Grayscale: #7B7B7B. Windows color (decimal): -5675409 or 7300777. OLE color: 7300777.

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

Color convert

RGB 169 102 111 -
CMYK 0 0.40 0.34 0.34
HSL 351.94º 0.28% 0.53% -
HSV(B) 351.94º 0.4% 0.66% -
XYZ 23.98 19.09 17.46 -
YUV 123.06 121.2 160.77 -
System Red Green Blue C M Y K H S L
Decimal 169 102 111 0 0.40 0.34 0.34 351.94 0.28 0.53
Hex A9 66 6F 0 28 22 22 160 1C 35
Octal 251 146 157 0 50 42 42 540 34 65
Binary 10101001 1100110 1101111 0 101000 100010 100010 101100000 11100 110101

Color Harmonies of #A9666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9666F

Black with #A9666F

Text Example


Text Example

White with #A9666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9666F; }

 p { color: rgb(169,102,111); }

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

background-color css

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

 a { background-color: rgb(169,102,111); }

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

border-color css

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

 span { border-color: rgb(169,102,111); }

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