#AC8384

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

Shades of Turkish Rose #AC8384

Tints of Turkish Rose #AC8384

Color information

#AC8384 (or 0xAC8384) is unknown color: approx Turkish Rose. HEX triplet: AC, 83 and 84. RGB value is (172,131,132). Sum of RGB (Red+Green+Blue) = 172+131+132=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8384 is #537C7B. Grayscale: #8F8F8F. Windows color (decimal): -5471356 or 8684460. OLE color: 8684460.

HSL color Cylindrical-coordinate representation of color #AC8384: hue angle of 358.54º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC8384 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB172131132-
CMYK00.240.230.33
HSL358.54º19.81%59.41%-
HSV(B)358.54º23.84%67.45%-
XYZ29.2926.6725.43-
YUV143.37121.58148.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 131 (51.56% from 255) = 30.11%
BLUE value IS 132 (51.95% from 255) = 30.34%
R=39.54%
G=30.11%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213113200.240.230.33358.5419.8159.41
HexAC83840181721167143b
Octal25420320403027415472473
Binary1010110010000011100001000110001011110000110110011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8384; }

 p { color: rgb(172,131,132); }

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

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

 a { background-color: rgb(172,131,132); }

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

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

 span { border-color: rgb(172,131,132); }

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