#A47A7B

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

Shades of Turkish Rose #A47A7B

Tints of Turkish Rose #A47A7B

Color information

#A47A7B (or 0xA47A7B) is unknown color: approx Turkish Rose. HEX triplet: A4, 7A and 7B. RGB value is (164,122,123). Sum of RGB (Red+Green+Blue) = 164+122+123=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A7B is #5B8584. Grayscale: #868686. Windows color (decimal): -5997957 or 8092324. OLE color: 8092324.

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

Color convert

RGB164122123-
CMYK00.260.250.36
HSL358.57º18.75%56.08%-
HSV(B)358.57º25.61%64.31%-
XYZ25.8423.2421.86-
YUV134.67121.41148.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 122 (48.05% from 255) = 29.83%
BLUE value IS 123 (48.44% from 255) = 30.07%
R=40.10%
G=29.83%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412212300.260.250.36358.5718.7556.08
HexA47A7B01A19241671338
Octal24417217303231445472370
Binary10100100111101011110110110101100110010010110011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47A7B; }

 p { color: rgb(164,122,123); }

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

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

 a { background-color: rgb(164,122,123); }

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

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

 span { border-color: rgb(164,122,123); }

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