#A88082

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

Shades of Turkish Rose #A88082

Tints of Turkish Rose #A88082

Color information

#A88082 (or 0xA88082) is unknown color: approx Turkish Rose. HEX triplet: A8, 80 and 82. RGB value is (168,128,130). Sum of RGB (Red+Green+Blue) = 168+128+130=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A88082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88082 is #577F7D. Grayscale: #8C8C8C. Windows color (decimal): -5734270 or 8552616. OLE color: 8552616.

HSL color Cylindrical-coordinate representation of color #A88082: hue angle of 357º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A88082 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB168128130-
CMYK00.240.230.34
HSL357º18.69%58.04%-
HSV(B)357º23.81%65.88%-
XYZ27.925.3724.55-
YUV140.19122.25147.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 128 (50.39% from 255) = 30.05%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=39.44%
G=30.05%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812813000.240.230.3435718.6958.04
HexA880820181722165133a
Octal25020020203027425452372
Binary1010100010000000100000100110001011110001010110010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88082; }

 p { color: rgb(168,128,130); }

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

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

 a { background-color: rgb(168,128,130); }

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

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

 span { border-color: rgb(168,128,130); }

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