Html Css Color HEX #A96D6E Turkish Rose

📋 copy color: '#A96D6E'

red 169 ◦ green 109 ◦ blue 110

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

Shades of Turkish Rose #A96D6E

Tints of Turkish Rose #A96D6E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.09%

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

R = 43.56%
G = 28.09%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A96D6E (or 0xA96D6E) is known color: Turkish Rose. HEX triplet: A9, 6D and 6E. RGB value is (169,109,110). Sum of RGB (Red+Green+Blue) = 169+109+110=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96D6E is #569291. Grayscale: #7F7F7F. Windows color (decimal): -5673618 or 7237033. OLE color: 7237033.

HSL color Cylindrical-coordinate representation of color #A96D6E: hue angle of 359º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A96D6E is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 109 110 -
CMYK 0 0.36 0.35 0.34
HSL 359º 0.26% 0.55% -
HSV(B) 359º 0.36% 0.66% -
XYZ 24.65 20.5 17.41 -
YUV 127.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 169 109 110 0 0.36 0.35 0.34 359 0.26 0.55
Hex A9 6D 6E 0 24 23 22 167 1A 37
Octal 251 155 156 0 44 43 42 547 32 67
Binary 10101001 1101101 1101110 0 100100 100011 100010 101100111 11010 110111

Color Harmonies of #A96D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96D6E

Black with #A96D6E

Text Example


Text Example

White with #A96D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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