#A86372

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

Shades of Turkish Rose #A86372

Tints of Turkish Rose #A86372

Color information

#A86372 (or 0xA86372) is unknown color: approx Turkish Rose. HEX triplet: A8, 63 and 72. RGB value is (168,99,114). Sum of RGB (Red+Green+Blue) = 168+99+114=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A86372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86372 is #579C8D. Grayscale: #797979. Windows color (decimal): -5741710 or 7496616. OLE color: 7496616.

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

Color convert

RGB16899114-
CMYK00.410.320.34
HSL346.96º28.4%52.35%-
HSV(B)346.96º41.07%65.88%-
XYZ23.6518.4618.24-
YUV121.34123.86161.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.09%
GREEN value IS 99 (39.06% from 255) = 25.98%
BLUE value IS 114 (44.92% from 255) = 29.92%
R=44.09%
G=25.98%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689911400.410.320.34346.9628.452.35
HexA86372029202215b1c34
Octal25014316205140425333464
Binary1010100011000111110010010100110000010001010101101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86372; }

 p { color: rgb(168,99,114); }

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

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

 a { background-color: rgb(168,99,114); }

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

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

 span { border-color: rgb(168,99,114); }

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