Html Css Color HEX #AC8384 Turkish Rose

📋 copy color: '#AC8384'

red 172 ◦ green 131 ◦ blue 132

#AC8384
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #AC8384

Tints of Turkish Rose #AC8384

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 value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC8384 (or 0xAC8384) is known color: 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

RGB 172 131 132 -
CMYK 0 0.24 0.23 0.33
HSL 358.54º 0.2% 0.59% -
HSV(B) 358.54º 0.24% 0.67% -
XYZ 29.29 26.67 25.43 -
YUV 143.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 172 131 132 0 0.24 0.23 0.33 358.54 0.2 0.59
Hex AC 83 84 0 18 17 21 167 14 3B
Octal 254 203 204 0 30 27 41 547 24 73
Binary 10101100 10000011 10000100 0 11000 10111 100001 101100111 10100 111011

Color Harmonies of #AC8384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8384

Black with #AC8384

Text Example


Text Example

White with #AC8384

Text Example


Text Example

HTML Codes & Css Web 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>