Html Css Color HEX #AC787D Turkish Rose

📋 copy color: '#AC787D'

red 172 ◦ green 120 ◦ blue 125

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

Shades of Turkish Rose #AC787D

Tints of Turkish Rose #AC787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.78%

 BLUE value IS 125 (49.22% from 255) = 29.98%

R = 41.25%
G = 28.78%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC787D (or 0xAC787D) is known color: Turkish Rose. HEX triplet: AC, 78 and 7D. RGB value is (172,120,125). Sum of RGB (Red+Green+Blue) = 172+120+125=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC787D is #538782. Grayscale: #888888. Windows color (decimal): -5474179 or 8222892. OLE color: 8222892.

HSL color Cylindrical-coordinate representation of color #AC787D: hue angle of 354.23º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC787D is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 120 125 -
CMYK 0 0.30 0.27 0.33
HSL 354.23º 0.24% 0.57% -
HSV(B) 354.23º 0.3% 0.67% -
XYZ 27.43 23.68 22.53 -
YUV 136.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 172 120 125 0 0.30 0.27 0.33 354.23 0.24 0.57
Hex AC 78 7D 0 1E 1B 21 162 18 39
Octal 254 170 175 0 36 33 41 542 30 71
Binary 10101100 1111000 1111101 0 11110 11011 100001 101100010 11000 111001

Color Harmonies of #AC787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC787D

Black with #AC787D

Text Example


Text Example

White with #AC787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC787D; }

 p { color: rgb(172,120,125); }

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

background-color css

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

 a { background-color: rgb(172,120,125); }

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

border-color css

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

 span { border-color: rgb(172,120,125); }

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