Html Css Color HEX #AC7A7F Turkish Rose

📋 copy color: '#AC7A7F'

red 172 ◦ green 122 ◦ blue 127

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

Shades of Turkish Rose #AC7A7F

Tints of Turkish Rose #AC7A7F

RGB

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

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

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

R = 40.86%
G = 28.98%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC7A7F (or 0xAC7A7F) is known color: Turkish Rose. HEX triplet: AC, 7A and 7F. RGB value is (172,122,127). Sum of RGB (Red+Green+Blue) = 172+122+127=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A7F is #538580. Grayscale: #898989. Windows color (decimal): -5473665 or 8354476. OLE color: 8354476.

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

Color convert

RGB 172 122 127 -
CMYK 0 0.29 0.26 0.33
HSL 354º 0.23% 0.58% -
HSV(B) 354º 0.29% 0.67% -
XYZ 27.8 24.22 23.29 -
YUV 137.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 172 122 127 0 0.29 0.26 0.33 354 0.23 0.58
Hex AC 7A 7F 0 1D 1A 21 162 17 3A
Octal 254 172 177 0 35 32 41 542 27 72
Binary 10101100 1111010 1111111 0 11101 11010 100001 101100010 10111 111010

Color Harmonies of #AC7A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A7F

Black with #AC7A7F

Text Example


Text Example

White with #AC7A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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