#A76268

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

Shades of Turkish Rose #A76268

Tints of Turkish Rose #A76268

Color information

#A76268 (or 0xA76268) is unknown color: approx Turkish Rose. HEX triplet: A7, 62 and 68. RGB value is (167,98,104). Sum of RGB (Red+Green+Blue) = 167+98+104=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A76268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76268 is #589D97. Grayscale: #777777. Windows color (decimal): -5807512 or 6840999. OLE color: 6840999.

HSL color Cylindrical-coordinate representation of color #A76268: hue angle of 354.78º 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 #A76268 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB16798104-
CMYK00.410.380.35
HSL354.78º28.16%51.96%-
HSV(B)354.78º41.32%65.49%-
XYZ22.817.9515.36-
YUV119.32119.36162.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.26%
GREEN value IS 98 (38.67% from 255) = 26.56%
BLUE value IS 104 (41.02% from 255) = 28.18%
R=45.26%
G=26.56%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679810400.410.380.35354.7828.1651.96
HexA7626802926231631c34
Octal24714215005146435433464
Binary1010011111000101101000010100110011010001110110001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76268; }

 p { color: rgb(167,98,104); }

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

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

 a { background-color: rgb(167,98,104); }

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

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

 span { border-color: rgb(167,98,104); }

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