#A27779

Color #A27779 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #A27779

Tints of Turkish Rose #A27779

Color information

#A27779 (or 0xA27779) is unknown color: approx Turkish Rose. HEX triplet: A2, 77 and 79. RGB value is (162,119,121). Sum of RGB (Red+Green+Blue) = 162+119+121=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A27779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27779 is #5D8886. Grayscale: #848484. Windows color (decimal): -6129799 or 7960482. OLE color: 7960482.

HSL color Cylindrical-coordinate representation of color #A27779: hue angle of 357.21º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A27779 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB162119121-
CMYK00.270.250.36
HSL357.21º18.78%55.1%-
HSV(B)357.21º26.54%63.53%-
XYZ24.9522.2621.07-
YUV132.08121.75149.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 119 (46.88% from 255) = 29.60%
BLUE value IS 121 (47.66% from 255) = 30.10%
R=40.30%
G=29.60%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211912100.270.250.36357.2118.7855.1
HexA2777901B19241651337
Octal24216717103331445452367
Binary10100010111011111110010110111100110010010110010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27779; }

 p { color: rgb(162,119,121); }

 H1.HeaderClassName
 {
   color: #A27779;
 }
 .AnyTagClassName
 {
   color: #A27779;
 }
</style>
background-color css

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

 a { background-color: rgb(162,119,121); }

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

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

 span { border-color: rgb(162,119,121); }

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