#A67A7F

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

Shades of Turkish Rose #A67A7F

Tints of Turkish Rose #A67A7F

Color information

#A67A7F (or 0xA67A7F) is unknown color: approx Turkish Rose. HEX triplet: A6, 7A and 7F. RGB value is (166,122,127). Sum of RGB (Red+Green+Blue) = 166+122+127=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67A7F is #598580. Grayscale: #878787. Windows color (decimal): -5866881 or 8354470. OLE color: 8354470.

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

Color convert

RGB166122127-
CMYK00.270.230.35
HSL353.18º19.82%56.47%-
HSV(B)353.18º26.51%65.1%-
XYZ26.5223.5623.23-
YUV135.73123.08149.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 127 (50% from 255) = 30.60%
R=40%
G=29.40%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612212700.270.230.35353.1819.8256.47
HexA67A7F01B17231611438
Octal24617217703327435412470
Binary10100110111101011111110110111011110001110110000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A7F; }

 p { color: rgb(166,122,127); }

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

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

 a { background-color: rgb(166,122,127); }

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

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

 span { border-color: rgb(166,122,127); }

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