Html Css Color HEX #AC777D Turkish Rose

📋 copy color: '#AC777D'

red 172 ◦ green 119 ◦ blue 125

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

Shades of Turkish Rose #AC777D

Tints of Turkish Rose #AC777D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 41.35%
G = 28.61%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC777D (or 0xAC777D) is known color: Turkish Rose. HEX triplet: AC, 77 and 7D. RGB value is (172,119,125). Sum of RGB (Red+Green+Blue) = 172+119+125=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC777D is #538882. Grayscale: #878787. Windows color (decimal): -5474435 or 8222636. OLE color: 8222636.

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

Color convert

RGB 172 119 125 -
CMYK 0 0.31 0.27 0.33
HSL 353.21º 0.24% 0.57% -
HSV(B) 353.21º 0.31% 0.67% -
XYZ 27.31 23.44 22.49 -
YUV 135.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 172 119 125 0 0.31 0.27 0.33 353.21 0.24 0.57
Hex AC 77 7D 0 1F 1B 21 161 18 39
Octal 254 167 175 0 37 33 41 541 30 71
Binary 10101100 1110111 1111101 0 11111 11011 100001 101100001 11000 111001

Color Harmonies of #AC777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC777D

Black with #AC777D

Text Example


Text Example

White with #AC777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC777D; }

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

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

background-color css

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

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

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

border-color css

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

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

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