Html Css Color HEX #AC797A Turkish Rose

📋 copy color: '#AC797A'

red 172 ◦ green 121 ◦ blue 122

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

Shades of Turkish Rose #AC797A

Tints of Turkish Rose #AC797A

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.4%

R = 41.45%
G = 29.16%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC797A (or 0xAC797A) is known color: 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

RGB 172 121 122 -
CMYK 0 0.30 0.29 0.33
HSL 358.82º 0.24% 0.57% -
HSV(B) 358.82º 0.3% 0.67% -
XYZ 27.36 23.85 21.57 -
YUV 136.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 172 121 122 0 0.30 0.29 0.33 358.82 0.24 0.57
Hex AC 79 7A 0 1E 1D 21 167 18 39
Octal 254 171 172 0 36 35 41 547 30 71
Binary 10101100 1111001 1111010 0 11110 11101 100001 101100111 11000 111001

Color Harmonies of #AC797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC797A

Black with #AC797A

Text Example


Text Example

White with #AC797A

Text Example


Text Example

HTML Codes & Css Web 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>