Html Css Color HEX #AC6978 Turkish Rose

📋 copy color: '#AC6978'

red 172 ◦ green 105 ◦ blue 120

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

Shades of Turkish Rose #AC6978

Tints of Turkish Rose #AC6978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.45%

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

R = 43.32%
G = 26.45%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC6978 (or 0xAC6978) is known color: Turkish Rose. HEX triplet: AC, 69 and 78. RGB value is (172,105,120). Sum of RGB (Red+Green+Blue) = 172+105+120=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6978 is #539687. Grayscale: #7E7E7E. Windows color (decimal): -5478024 or 7891372. OLE color: 7891372.

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

Color convert

RGB 172 105 120 -
CMYK 0 0.39 0.30 0.33
HSL 346.57º 0.29% 0.54% -
HSV(B) 346.57º 0.39% 0.67% -
XYZ 25.46 20.23 20.33 -
YUV 126.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 172 105 120 0 0.39 0.30 0.33 346.57 0.29 0.54
Hex AC 69 78 0 27 1E 21 15B 1D 36
Octal 254 151 170 0 47 36 41 533 35 66
Binary 10101100 1101001 1111000 0 100111 11110 100001 101011011 11101 110110

Color Harmonies of #AC6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6978

Black with #AC6978

Text Example


Text Example

White with #AC6978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6978; }

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

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

background-color css

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

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

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

border-color css

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

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

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