#A7676B

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

Shades of Turkish Rose #A7676B

Tints of Turkish Rose #A7676B

Color information

#A7676B (or 0xA7676B) is unknown color: approx Turkish Rose. HEX triplet: A7, 67 and 6B. RGB value is (167,103,107). Sum of RGB (Red+Green+Blue) = 167+103+107=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A7676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7676B is #589894. Grayscale: #7A7A7A. Windows color (decimal): -5806229 or 7038887. OLE color: 7038887.

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

Color convert

RGB167103107-
CMYK00.380.360.35
HSL356.25º26.67%52.94%-
HSV(B)356.25º38.32%65.49%-
XYZ23.4418.9816.34-
YUV122.59119.2159.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.30%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 107 (42.19% from 255) = 28.38%
R=44.30%
G=27.32%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710310700.380.360.35356.2526.6752.94
HexA7676B02624231641b35
Octal24714715304644435443365
Binary1010011111001111101011010011010010010001110110010011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7676B; }

 p { color: rgb(167,103,107); }

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

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

 a { background-color: rgb(167,103,107); }

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

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

 span { border-color: rgb(167,103,107); }

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