Html Css Color HEX #AC6377 Turkish Rose

📋 copy color: '#AC6377'

red 172 ◦ green 99 ◦ blue 119

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

Shades of Turkish Rose #AC6377

Tints of Turkish Rose #AC6377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.38%

 BLUE value IS 119 (46.88% from 255) = 30.51%

R = 44.1%
G = 25.38%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC6377 (or 0xAC6377) is known color: Turkish Rose. HEX triplet: AC, 63 and 77. RGB value is (172,99,119). Sum of RGB (Red+Green+Blue) = 172+99+119=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6377 is #539C88. Grayscale: #7B7B7B. Windows color (decimal): -5479561 or 7824300. OLE color: 7824300.

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

Color convert

RGB 172 99 119 -
CMYK 0 0.42 0.31 0.33
HSL 343.56º 0.31% 0.53% -
HSV(B) 343.56º 0.42% 0.67% -
XYZ 24.8 19.03 19.82 -
YUV 123.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 172 99 119 0 0.42 0.31 0.33 343.56 0.31 0.53
Hex AC 63 77 0 2A 1F 21 158 1F 35
Octal 254 143 167 0 52 37 41 530 37 65
Binary 10101100 1100011 1110111 0 101010 11111 100001 101011000 11111 110101

Color Harmonies of #AC6377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6377

Black with #AC6377

Text Example


Text Example

White with #AC6377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6377; }

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

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

background-color css

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

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

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

border-color css

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

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

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