Html Css Color HEX #AC7A7D Turkish Rose

📋 copy color: '#AC7A7D'

red 172 ◦ green 122 ◦ blue 125

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

Shades of Turkish Rose #AC7A7D

Tints of Turkish Rose #AC7A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.12%

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

R = 41.05%
G = 29.12%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC7A7D (or 0xAC7A7D) is known color: Turkish Rose. HEX triplet: AC, 7A and 7D. RGB value is (172,122,125). Sum of RGB (Red+Green+Blue) = 172+122+125=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A7D is #538582. Grayscale: #898989. Windows color (decimal): -5473667 or 8223404. OLE color: 8223404.

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

Color convert

RGB 172 122 125 -
CMYK 0 0.29 0.27 0.33
HSL 356.4º 0.23% 0.58% -
HSV(B) 356.4º 0.29% 0.67% -
XYZ 27.67 24.17 22.61 -
YUV 137.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 172 122 125 0 0.29 0.27 0.33 356.4 0.23 0.58
Hex AC 7A 7D 0 1D 1B 21 164 17 3A
Octal 254 172 175 0 35 33 41 544 27 72
Binary 10101100 1111010 1111101 0 11101 11011 100001 101100100 10111 111010

Color Harmonies of #AC7A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A7D

Black with #AC7A7D

Text Example


Text Example

White with #AC7A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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