Html Css Color HEX #AC6778 Turkish Rose

📋 copy color: '#AC6778'

red 172 ◦ green 103 ◦ blue 120

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

Shades of Turkish Rose #AC6778

Tints of Turkish Rose #AC6778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.08%

 BLUE value IS 120 (47.27% from 255) = 30.38%

R = 43.54%
G = 26.08%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC6778 (or 0xAC6778) is known color: Turkish Rose. HEX triplet: AC, 67 and 78. RGB value is (172,103,120). Sum of RGB (Red+Green+Blue) = 172+103+120=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6778 is #539887. Grayscale: #7D7D7D. Windows color (decimal): -5478536 or 7890860. OLE color: 7890860.

HSL color Cylindrical-coordinate representation of color #AC6778: hue angle of 345.22º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6778 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 103 120 -
CMYK 0 0.40 0.30 0.33
HSL 345.22º 0.29% 0.54% -
HSV(B) 345.22º 0.4% 0.67% -
XYZ 25.25 19.83 20.27 -
YUV 125.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 172 103 120 0 0.40 0.30 0.33 345.22 0.29 0.54
Hex AC 67 78 0 28 1E 21 159 1D 36
Octal 254 147 170 0 50 36 41 531 35 66
Binary 10101100 1100111 1111000 0 101000 11110 100001 101011001 11101 110110

Color Harmonies of #AC6778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6778

Black with #AC6778

Text Example


Text Example

White with #AC6778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6778; }

 p { color: rgb(172,103,120); }

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

background-color css

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

 a { background-color: rgb(172,103,120); }

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

border-color css

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

 span { border-color: rgb(172,103,120); }

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