Html Css Color HEX #A96A74 Turkish Rose

📋 copy color: '#A96A74'

red 169 ◦ green 106 ◦ blue 116

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

Shades of Turkish Rose #A96A74

Tints of Turkish Rose #A96A74

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.11%

 BLUE value IS 116 (45.7% from 255) = 29.67%

R = 43.22%
G = 27.11%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A96A74 (or 0xA96A74) is known color: Turkish Rose. HEX triplet: A9, 6A and 74. RGB value is (169,106,116). Sum of RGB (Red+Green+Blue) = 169+106+116=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96A74 is #56958B. Grayscale: #7E7E7E. Windows color (decimal): -5674380 or 7629481. OLE color: 7629481.

HSL color Cylindrical-coordinate representation of color #A96A74: hue angle of 350.48º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96A74 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 106 116 -
CMYK 0 0.37 0.31 0.34
HSL 350.48º 0.27% 0.54% -
HSV(B) 350.48º 0.37% 0.66% -
XYZ 24.67 20 19.08 -
YUV 125.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 169 106 116 0 0.37 0.31 0.34 350.48 0.27 0.54
Hex A9 6A 74 0 25 1F 22 15E 1B 36
Octal 251 152 164 0 45 37 42 536 33 66
Binary 10101001 1101010 1110100 0 100101 11111 100010 101011110 11011 110110

Color Harmonies of #A96A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96A74

Black with #A96A74

Text Example


Text Example

White with #A96A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96A74; }

 p { color: rgb(169,106,116); }

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

background-color css

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

 a { background-color: rgb(169,106,116); }

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

border-color css

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

 span { border-color: rgb(169,106,116); }

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