Html Css Color HEX #AC777A Turkish Rose

📋 copy color: '#AC777A'

red 172 ◦ green 119 ◦ blue 122

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

Shades of Turkish Rose #AC777A

Tints of Turkish Rose #AC777A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.81%

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 41.65%
G = 28.81%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC777A (or 0xAC777A) is known color: Turkish Rose. HEX triplet: AC, 77 and 7A. RGB value is (172,119,122). Sum of RGB (Red+Green+Blue) = 172+119+122=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC777A is #538885. Grayscale: #878787. Windows color (decimal): -5474438 or 8026028. OLE color: 8026028.

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

Color convert

RGB 172 119 122 -
CMYK 0 0.31 0.29 0.33
HSL 356.6º 0.24% 0.57% -
HSV(B) 356.6º 0.31% 0.67% -
XYZ 27.12 23.37 21.49 -
YUV 135.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 172 119 122 0 0.31 0.29 0.33 356.6 0.24 0.57
Hex AC 77 7A 0 1F 1D 21 165 18 39
Octal 254 167 172 0 37 35 41 545 30 71
Binary 10101100 1110111 1111010 0 11111 11101 100001 101100101 11000 111001

Color Harmonies of #AC777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC777A

Black with #AC777A

Text Example


Text Example

White with #AC777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC777A; }

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

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

background-color css

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

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

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

border-color css

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

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

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