Html Css Color HEX #AC7B80 Turkish Rose

📋 copy color: '#AC7B80'

red 172 ◦ green 123 ◦ blue 128

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

Shades of Turkish Rose #AC7B80

Tints of Turkish Rose #AC7B80

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.08%

 BLUE value IS 128 (50.39% from 255) = 30.26%

R = 40.66%
G = 29.08%
B = 30.26%

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

#AC7B80 (or 0xAC7B80) is known color: Turkish Rose. HEX triplet: AC, 7B and 80. RGB value is (172,123,128). Sum of RGB (Red+Green+Blue) = 172+123+128=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7B80 is #53847F. Grayscale: #8A8A8A. Windows color (decimal): -5473408 or 8420268. OLE color: 8420268.

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

Color convert

RGB 172 123 128 -
CMYK 0 0.28 0.26 0.33
HSL 353.88º 0.23% 0.58% -
HSV(B) 353.88º 0.28% 0.67% -
XYZ 27.99 24.5 23.67 -
YUV 138.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 172 123 128 0 0.28 0.26 0.33 353.88 0.23 0.58
Hex AC 7B 80 0 1C 1A 21 162 17 3A
Octal 254 173 200 0 34 32 41 542 27 72
Binary 10101100 1111011 10000000 0 11100 11010 100001 101100010 10111 111010

Color Harmonies of #AC7B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B80

Black with #AC7B80

Text Example


Text Example

White with #AC7B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B80; }

 p { color: rgb(172,123,128); }

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

background-color css

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

 a { background-color: rgb(172,123,128); }

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

border-color css

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

 span { border-color: rgb(172,123,128); }

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