#A76369

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

Shades of Turkish Rose #A76369

Tints of Turkish Rose #A76369

Color information

#A76369 (or 0xA76369) is unknown color: approx Turkish Rose. HEX triplet: A7, 63 and 69. RGB value is (167,99,105). Sum of RGB (Red+Green+Blue) = 167+99+105=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A76369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76369 is #589C96. Grayscale: #787878. Windows color (decimal): -5807255 or 6906791. OLE color: 6906791.

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

Color convert

RGB16799105-
CMYK00.410.370.35
HSL354.71º27.87%52.16%-
HSV(B)354.71º40.72%65.49%-
XYZ22.9518.1615.66-
YUV120.02119.53161.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.01%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=45.01%
G=26.68%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679910500.410.370.35354.7127.8752.16
HexA7636902925231631c34
Octal24714315105145435433464
Binary1010011111000111101001010100110010110001110110001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76369; }

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

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

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

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

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

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

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

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