Html Css Color HEX #AC7A7C Turkish Rose

📋 copy color: '#AC7A7C'

red 172 ◦ green 122 ◦ blue 124

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

Shades of Turkish Rose #AC7A7C

Tints of Turkish Rose #AC7A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.67%

R = 41.15%
G = 29.19%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC7A7C (or 0xAC7A7C) is known color: Turkish Rose. HEX triplet: AC, 7A and 7C. RGB value is (172,122,124). Sum of RGB (Red+Green+Blue) = 172+122+124=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A7C is #538583. Grayscale: #898989. Windows color (decimal): -5473668 or 8157868. OLE color: 8157868.

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

Color convert

RGB 172 122 124 -
CMYK 0 0.29 0.28 0.33
HSL 357.6º 0.23% 0.58% -
HSV(B) 357.6º 0.29% 0.67% -
XYZ 27.61 24.14 22.27 -
YUV 137.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 172 122 124 0 0.29 0.28 0.33 357.6 0.23 0.58
Hex AC 7A 7C 0 1D 1C 21 166 17 3A
Octal 254 172 174 0 35 34 41 546 27 72
Binary 10101100 1111010 1111100 0 11101 11100 100001 101100110 10111 111010

Color Harmonies of #AC7A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A7C

Black with #AC7A7C

Text Example


Text Example

White with #AC7A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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