Html Css Color HEX #AC7078 Turkish Rose

📋 copy color: '#AC7078'

red 172 ◦ green 112 ◦ blue 120

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

Shades of Turkish Rose #AC7078

Tints of Turkish Rose #AC7078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.72%

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

R = 42.57%
G = 27.72%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC7078 (or 0xAC7078) is known color: Turkish Rose. HEX triplet: AC, 70 and 78. RGB value is (172,112,120). Sum of RGB (Red+Green+Blue) = 172+112+120=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7078 is #538F87. Grayscale: #828282. Windows color (decimal): -5476232 or 7893164. OLE color: 7893164.

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

Color convert

RGB 172 112 120 -
CMYK 0 0.35 0.30 0.33
HSL 352º 0.27% 0.56% -
HSV(B) 352º 0.35% 0.67% -
XYZ 26.2 21.72 20.58 -
YUV 130.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 172 112 120 0 0.35 0.30 0.33 352 0.27 0.56
Hex AC 70 78 0 23 1E 21 160 1B 38
Octal 254 160 170 0 43 36 41 540 33 70
Binary 10101100 1110000 1111000 0 100011 11110 100001 101100000 11011 111000

Color Harmonies of #AC7078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7078

Black with #AC7078

Text Example


Text Example

White with #AC7078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7078; }

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

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

background-color css

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

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

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

border-color css

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

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

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