#A76469

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

Shades of Turkish Rose #A76469

Tints of Turkish Rose #A76469

Color information

#A76469 (or 0xA76469) is unknown color: approx Turkish Rose. HEX triplet: A7, 64 and 69. RGB value is (167,100,105). Sum of RGB (Red+Green+Blue) = 167+100+105=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A76469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76469 is #589B96. Grayscale: #787878. Windows color (decimal): -5806999 or 6907047. OLE color: 6907047.

HSL color Cylindrical-coordinate representation of color #A76469: hue angle of 355.52º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A76469 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB167100105-
CMYK00.400.370.35
HSL355.52º27.57%52.35%-
HSV(B)355.52º40.12%65.49%-
XYZ23.0418.3515.69-
YUV120.6119.2161.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.89%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 105 (41.41% from 255) = 28.23%
R=44.89%
G=26.88%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710010500.400.370.35355.5227.5752.35
HexA7646902825231641c34
Octal24714415105045435443464
Binary1010011111001001101001010100010010110001110110010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76469; }

 p { color: rgb(167,100,105); }

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

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

 a { background-color: rgb(167,100,105); }

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

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

 span { border-color: rgb(167,100,105); }

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