Html Css Color HEX #A96065 Turkish Rose

📋 copy color: '#A96065'

red 169 ◦ green 96 ◦ blue 101

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

Shades of Turkish Rose #A96065

Tints of Turkish Rose #A96065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.6%

R = 46.17%
G = 26.23%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A96065 (or 0xA96065) is known color: Turkish Rose. HEX triplet: A9, 60 and 65. RGB value is (169,96,101). Sum of RGB (Red+Green+Blue) = 169+96+101=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A96065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96065 is #569F9A. Grayscale: #767676. Windows color (decimal): -5676955 or 6643881. OLE color: 6643881.

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

Color convert

RGB 169 96 101 -
CMYK 0 0.43 0.40 0.34
HSL 355.89º 0.3% 0.52% -
HSV(B) 355.89º 0.43% 0.66% -
XYZ 22.89 17.74 14.53 -
YUV 118.4 118.18 164.09 -
System Red Green Blue C M Y K H S L
Decimal 169 96 101 0 0.43 0.40 0.34 355.89 0.3 0.52
Hex A9 60 65 0 2B 28 22 164 1E 34
Octal 251 140 145 0 53 50 42 544 36 64
Binary 10101001 1100000 1100101 0 101011 101000 100010 101100100 11110 110100

Color Harmonies of #A96065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96065

Black with #A96065

Text Example


Text Example

White with #A96065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96065; }

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

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

background-color css

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

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

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

border-color css

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

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

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