#AC797A

Color #AC797A Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AC797A

Tints of Turkish Rose #AC797A

Color information

#AC797A (or 0xAC797A) is unknown color: approx Turkish Rose. HEX triplet: AC, 79 and 7A. RGB value is (172,121,122). Sum of RGB (Red+Green+Blue) = 172+121+122=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC797A is #538685. Grayscale: #888888. Windows color (decimal): -5473926 or 8026540. OLE color: 8026540.

HSL color Cylindrical-coordinate representation of color #AC797A: hue angle of 358.82º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC797A is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB172121122-
CMYK00.300.290.33
HSL358.82º23.5%57.45%-
HSV(B)358.82º29.65%67.45%-
XYZ27.3623.8521.57-
YUV136.36119.9153.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 121 (47.66% from 255) = 29.16%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=41.45%
G=29.16%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212112200.300.290.33358.8223.557.45
HexAC797A01E1D211671839
Octal25417117203635415473071
Binary10101100111100111110100111101110110000110110011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC797A; }

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

 H1.HeaderClassName
 {
   color: #AC797A;
 }
 .AnyTagClassName
 {
   color: #AC797A;
 }
</style>
background-color css

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

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

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

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

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

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