Html Css Color HEX #AC7C7F Turkish Rose

📋 copy color: '#AC7C7F'

red 172 ◦ green 124 ◦ blue 127

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

Shades of Turkish Rose #AC7C7F

Tints of Turkish Rose #AC7C7F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

 BLUE value IS 127 (50% from 255) = 30.02%

R = 40.66%
G = 29.31%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC7C7F (or 0xAC7C7F) is known color: Turkish Rose. HEX triplet: AC, 7C and 7F. RGB value is (172,124,127). Sum of RGB (Red+Green+Blue) = 172+124+127=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C7F is #538380. Grayscale: #8A8A8A. Windows color (decimal): -5473153 or 8354988. OLE color: 8354988.

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

Color convert

RGB 172 124 127 -
CMYK 0 0.28 0.26 0.33
HSL 356.25º 0.22% 0.58% -
HSV(B) 356.25º 0.28% 0.67% -
XYZ 28.05 24.72 23.37 -
YUV 138.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 172 124 127 0 0.28 0.26 0.33 356.25 0.22 0.58
Hex AC 7C 7F 0 1C 1A 21 164 16 3A
Octal 254 174 177 0 34 32 41 544 26 72
Binary 10101100 1111100 1111111 0 11100 11010 100001 101100100 10110 111010

Color Harmonies of #AC7C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7C7F

Black with #AC7C7F

Text Example


Text Example

White with #AC7C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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