Html Css Color HEX #A96679 Turkish Rose

📋 copy color: '#A96679'

red 169 ◦ green 102 ◦ blue 121

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

Shades of Turkish Rose #A96679

Tints of Turkish Rose #A96679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.87%

R = 43.11%
G = 26.02%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A96679 (or 0xA96679) is known color: Turkish Rose. HEX triplet: A9, 66 and 79. RGB value is (169,102,121). Sum of RGB (Red+Green+Blue) = 169+102+121=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A96679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96679 is #569986. Grayscale: #7C7C7C. Windows color (decimal): -5675399 or 7956137. OLE color: 7956137.

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

Color convert

RGB 169 102 121 -
CMYK 0 0.40 0.28 0.34
HSL 342.99º 0.28% 0.53% -
HSV(B) 342.99º 0.4% 0.66% -
XYZ 24.56 19.32 20.52 -
YUV 124.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 169 102 121 0 0.40 0.28 0.34 342.99 0.28 0.53
Hex A9 66 79 0 28 1C 22 157 1C 35
Octal 251 146 171 0 50 34 42 527 34 65
Binary 10101001 1100110 1111001 0 101000 11100 100010 101010111 11100 110101

Color Harmonies of #A96679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96679

Black with #A96679

Text Example


Text Example

White with #A96679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96679; }

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

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

background-color css

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

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

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

border-color css

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

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

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