Html Css Color HEX #AC8385 Turkish Rose

📋 copy color: '#AC8385'

red 172 ◦ green 131 ◦ blue 133

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

Shades of Turkish Rose #AC8385

Tints of Turkish Rose #AC8385

RGB

 RED value IS 172 (67.58% from 255) = 39.45%

 GREEN value IS 131 (51.56% from 255) = 30.05%

 BLUE value IS 133 (52.34% from 255) = 30.5%

R = 39.45%
G = 30.05%
B = 30.5%

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

#AC8385 (or 0xAC8385) is known color: Turkish Rose. HEX triplet: AC, 83 and 85. RGB value is (172,131,133). Sum of RGB (Red+Green+Blue) = 172+131+133=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8385 is #537C7A. Grayscale: #8F8F8F. Windows color (decimal): -5471355 or 8749996. OLE color: 8749996.

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

Color convert

RGB 172 131 133 -
CMYK 0 0.24 0.23 0.33
HSL 357.07º 0.2% 0.59% -
HSV(B) 357.07º 0.24% 0.67% -
XYZ 29.36 26.7 25.8 -
YUV 143.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 172 131 133 0 0.24 0.23 0.33 357.07 0.2 0.59
Hex AC 83 85 0 18 17 21 165 14 3B
Octal 254 203 205 0 30 27 41 545 24 73
Binary 10101100 10000011 10000101 0 11000 10111 100001 101100101 10100 111011

Color Harmonies of #AC8385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8385

Black with #AC8385

Text Example


Text Example

White with #AC8385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8385; }

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

 H1.HeaderClassName
 {
   color: #AC8385;
 }
 .AnyTagClassName
 {
   color: #AC8385;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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