Html Css Color HEX #A96061 Turkish Rose

📋 copy color: '#A96061'

red 169 ◦ green 96 ◦ blue 97

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

Shades of Turkish Rose #A96061

Tints of Turkish Rose #A96061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.8%

R = 46.69%
G = 26.52%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A96061 (or 0xA96061) is known color: Turkish Rose. HEX triplet: A9, 60 and 61. RGB value is (169,96,97). Sum of RGB (Red+Green+Blue) = 169+96+97=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A96061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96061 is #569F9E. Grayscale: #767676. Windows color (decimal): -5676959 or 6381737. OLE color: 6381737.

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

Color convert

RGB 169 96 97 -
CMYK 0 0.43 0.43 0.34
HSL 359.18º 0.3% 0.52% -
HSV(B) 359.18º 0.43% 0.66% -
XYZ 22.7 17.66 13.52 -
YUV 117.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 169 96 97 0 0.43 0.43 0.34 359.18 0.3 0.52
Hex A9 60 61 0 2B 2B 22 167 1E 34
Octal 251 140 141 0 53 53 42 547 36 64
Binary 10101001 1100000 1100001 0 101011 101011 100010 101100111 11110 110100

Color Harmonies of #A96061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96061

Black with #A96061

Text Example


Text Example

White with #A96061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96061; }

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

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

background-color css

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

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

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

border-color css

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

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

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