Html Css Color HEX #A96064 Turkish Rose

📋 copy color: '#A96064'

red 169 ◦ green 96 ◦ blue 100

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

Shades of Turkish Rose #A96064

Tints of Turkish Rose #A96064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.3%

 BLUE value IS 100 (39.45% from 255) = 27.4%

R = 46.3%
G = 26.3%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A96064 (or 0xA96064) is known color: Turkish Rose. HEX triplet: A9, 60 and 64. RGB value is (169,96,100). Sum of RGB (Red+Green+Blue) = 169+96+100=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A96064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96064 is #569F9B. Grayscale: #767676. Windows color (decimal): -5676956 or 6578345. OLE color: 6578345.

HSL color Cylindrical-coordinate representation of color #A96064: hue angle of 356.71º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96064 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 96 100 -
CMYK 0 0.43 0.41 0.34
HSL 356.71º 0.3% 0.52% -
HSV(B) 356.71º 0.43% 0.66% -
XYZ 22.85 17.72 14.27 -
YUV 118.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 169 96 100 0 0.43 0.41 0.34 356.71 0.3 0.52
Hex A9 60 64 0 2B 29 22 165 1E 34
Octal 251 140 144 0 53 51 42 545 36 64
Binary 10101001 1100000 1100100 0 101011 101001 100010 101100101 11110 110100

Color Harmonies of #A96064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96064

Black with #A96064

Text Example


Text Example

White with #A96064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96064; }

 p { color: rgb(169,96,100); }

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

background-color css

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

 a { background-color: rgb(169,96,100); }

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

border-color css

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

 span { border-color: rgb(169,96,100); }

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