#A88084

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

Shades of Turkish Rose #A88084

Tints of Turkish Rose #A88084

Color information

#A88084 (or 0xA88084) is unknown color: approx Turkish Rose. HEX triplet: A8, 80 and 84. RGB value is (168,128,132). Sum of RGB (Red+Green+Blue) = 168+128+132=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A88084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88084 is #577F7B. Grayscale: #8C8C8C. Windows color (decimal): -5734268 or 8683688. OLE color: 8683688.

HSL color Cylindrical-coordinate representation of color #A88084: hue angle of 354º 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 #A88084 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB168128132-
CMYK00.240.210.34
HSL354º18.69%58.04%-
HSV(B)354º23.81%65.88%-
XYZ28.0325.4325.26-
YUV140.42123.25147.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.25%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 132 (51.95% from 255) = 30.84%
R=39.25%
G=29.91%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812813200.240.210.3435418.6958.04
HexA880840181522162133a
Octal25020020403025425422372
Binary1010100010000000100001000110001010110001010110001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88084; }

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

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

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

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

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

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

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

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