Html Css Color HEX #AC7277 Turkish Rose

📋 copy color: '#AC7277'

red 172 ◦ green 114 ◦ blue 119

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

Shades of Turkish Rose #AC7277

Tints of Turkish Rose #AC7277

RGB

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

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

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

R = 42.47%
G = 28.15%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC7277 (or 0xAC7277) is known color: Turkish Rose. HEX triplet: AC, 72 and 77. RGB value is (172,114,119). Sum of RGB (Red+Green+Blue) = 172+114+119=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7277 is #538D88. Grayscale: #838383. Windows color (decimal): -5475721 or 7828140. OLE color: 7828140.

HSL color Cylindrical-coordinate representation of color #AC7277: hue angle of 354.83º 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 #AC7277 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 114 119 -
CMYK 0 0.34 0.31 0.33
HSL 354.83º 0.26% 0.56% -
HSV(B) 354.83º 0.34% 0.67% -
XYZ 26.36 22.14 20.34 -
YUV 131.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 172 114 119 0 0.34 0.31 0.33 354.83 0.26 0.56
Hex AC 72 77 0 22 1F 21 163 1A 38
Octal 254 162 167 0 42 37 41 543 32 70
Binary 10101100 1110010 1110111 0 100010 11111 100001 101100011 11010 111000

Color Harmonies of #AC7277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7277

Black with #AC7277

Text Example


Text Example

White with #AC7277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7277; }

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

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

background-color css

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

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

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

border-color css

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

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

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