#A77275

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

Shades of Turkish Rose #A77275

Tints of Turkish Rose #A77275

Color information

#A77275 (or 0xA77275) is unknown color: approx Turkish Rose. HEX triplet: A7, 72 and 75. RGB value is (167,114,117). Sum of RGB (Red+Green+Blue) = 167+114+117=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A77275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77275 is #588D8A. Grayscale: #828282. Windows color (decimal): -5803403 or 7697063. OLE color: 7697063.

HSL color Cylindrical-coordinate representation of color #A77275: hue angle of 356.6º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A77275 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB167114117-
CMYK00.320.300.35
HSL356.6º23.14%55.1%-
HSV(B)356.6º31.74%65.49%-
XYZ25.1621.5319.66-
YUV130.19120.56154.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.96%
GREEN value IS 114 (44.92% from 255) = 28.64%
BLUE value IS 117 (46.09% from 255) = 29.40%
R=41.96%
G=28.64%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711411700.320.300.35356.623.1455.1
HexA772750201E231651737
Octal24716216504036435452767
Binary101001111110010111010101000001111010001110110010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77275; }

 p { color: rgb(167,114,117); }

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

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

 a { background-color: rgb(167,114,117); }

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

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

 span { border-color: rgb(167,114,117); }

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