#A76567

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

Shades of Turkish Rose #A76567

Tints of Turkish Rose #A76567

Color information

#A76567 (or 0xA76567) is unknown color: approx Turkish Rose. HEX triplet: A7, 65 and 67. RGB value is (167,101,103). Sum of RGB (Red+Green+Blue) = 167+101+103=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A76567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76567 is #589A98. Grayscale: #797979. Windows color (decimal): -5806745 or 6776231. OLE color: 6776231.

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

Color convert

RGB167101103-
CMYK00.400.380.35
HSL358.18º27.27%52.55%-
HSV(B)358.18º39.52%65.49%-
XYZ23.0418.515.19-
YUV120.96117.87160.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.01%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 103 (40.62% from 255) = 27.76%
R=45.01%
G=27.22%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710110300.400.380.35358.1827.2752.55
HexA7656702826231661b35
Octal24714514705046435463365
Binary1010011111001011100111010100010011010001110110011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76567; }

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

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

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

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

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

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

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

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