Html Css Color HEX #AC7779 Turkish Rose

📋 copy color: '#AC7779'

red 172 ◦ green 119 ◦ blue 121

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

Shades of Turkish Rose #AC7779

Tints of Turkish Rose #AC7779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.37%

R = 41.75%
G = 28.88%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC7779 (or 0xAC7779) is known color: Turkish Rose. HEX triplet: AC, 77 and 79. RGB value is (172,119,121). Sum of RGB (Red+Green+Blue) = 172+119+121=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7779 is #538886. Grayscale: #878787. Windows color (decimal): -5474439 or 7960492. OLE color: 7960492.

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

Color convert

RGB 172 119 121 -
CMYK 0 0.31 0.30 0.33
HSL 357.74º 0.24% 0.57% -
HSV(B) 357.74º 0.31% 0.67% -
XYZ 27.06 23.34 21.17 -
YUV 135.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 172 119 121 0 0.31 0.30 0.33 357.74 0.24 0.57
Hex AC 77 79 0 1F 1E 21 166 18 39
Octal 254 167 171 0 37 36 41 546 30 71
Binary 10101100 1110111 1111001 0 11111 11110 100001 101100110 11000 111001

Color Harmonies of #AC7779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7779

Black with #AC7779

Text Example


Text Example

White with #AC7779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7779; }

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

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

background-color css

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

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

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

border-color css

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

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

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