Html Css Color HEX #AC7279 Turkish Rose

📋 copy color: '#AC7279'

red 172 ◦ green 114 ◦ blue 121

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

Shades of Turkish Rose #AC7279

Tints of Turkish Rose #AC7279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.01%

 BLUE value IS 121 (47.66% from 255) = 29.73%

R = 42.26%
G = 28.01%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC7279 (or 0xAC7279) is known color: Turkish Rose. HEX triplet: AC, 72 and 79. RGB value is (172,114,121). Sum of RGB (Red+Green+Blue) = 172+114+121=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7279 is #538D86. Grayscale: #848484. Windows color (decimal): -5475719 or 7959212. OLE color: 7959212.

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

Color convert

RGB 172 114 121 -
CMYK 0 0.34 0.30 0.33
HSL 352.76º 0.26% 0.56% -
HSV(B) 352.76º 0.34% 0.67% -
XYZ 26.48 22.19 20.98 -
YUV 132.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 172 114 121 0 0.34 0.30 0.33 352.76 0.26 0.56
Hex AC 72 79 0 22 1E 21 161 1A 38
Octal 254 162 171 0 42 36 41 541 32 70
Binary 10101100 1110010 1111001 0 100010 11110 100001 101100001 11010 111000

Color Harmonies of #AC7279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7279

Black with #AC7279

Text Example


Text Example

White with #AC7279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7279; }

 p { color: rgb(172,114,121); }

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

background-color css

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

 a { background-color: rgb(172,114,121); }

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

border-color css

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

 span { border-color: rgb(172,114,121); }

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