Html Css Color HEX #A96675 Turkish Rose

📋 copy color: '#A96675'

red 169 ◦ green 102 ◦ blue 117

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

Shades of Turkish Rose #A96675

Tints of Turkish Rose #A96675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.15%

R = 43.56%
G = 26.29%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A96675 (or 0xA96675) is known color: Turkish Rose. HEX triplet: A9, 66 and 75. RGB value is (169,102,117). Sum of RGB (Red+Green+Blue) = 169+102+117=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A96675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96675 is #56998A. Grayscale: #7B7B7B. Windows color (decimal): -5675403 or 7693993. OLE color: 7693993.

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

Color convert

RGB 169 102 117 -
CMYK 0 0.40 0.31 0.34
HSL 346.57º 0.28% 0.53% -
HSV(B) 346.57º 0.4% 0.66% -
XYZ 24.32 19.22 19.26 -
YUV 123.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 169 102 117 0 0.40 0.31 0.34 346.57 0.28 0.53
Hex A9 66 75 0 28 1F 22 15B 1C 35
Octal 251 146 165 0 50 37 42 533 34 65
Binary 10101001 1100110 1110101 0 101000 11111 100010 101011011 11100 110101

Color Harmonies of #A96675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96675

Black with #A96675

Text Example


Text Example

White with #A96675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96675; }

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

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

background-color css

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

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

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

border-color css

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

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

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