Html Css Color HEX #AC7374 Turkish Rose

📋 copy color: '#AC7374'

red 172 ◦ green 115 ◦ blue 116

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

Shades of Turkish Rose #AC7374

Tints of Turkish Rose #AC7374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.54%

 BLUE value IS 116 (45.7% from 255) = 28.78%

R = 42.68%
G = 28.54%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC7374 (or 0xAC7374) is known color: Turkish Rose. HEX triplet: AC, 73 and 74. RGB value is (172,115,116). Sum of RGB (Red+Green+Blue) = 172+115+116=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7374 is #538C8B. Grayscale: #848484. Windows color (decimal): -5475468 or 7631788. OLE color: 7631788.

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

Color convert

RGB 172 115 116 -
CMYK 0 0.33 0.33 0.33
HSL 358.95º 0.26% 0.56% -
HSV(B) 358.95º 0.33% 0.67% -
XYZ 26.3 22.29 19.44 -
YUV 132.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 172 115 116 0 0.33 0.33 0.33 358.95 0.26 0.56
Hex AC 73 74 0 21 21 21 167 1A 38
Octal 254 163 164 0 41 41 41 547 32 70
Binary 10101100 1110011 1110100 0 100001 100001 100001 101100111 11010 111000

Color Harmonies of #AC7374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7374

Black with #AC7374

Text Example


Text Example

White with #AC7374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7374; }

 p { color: rgb(172,115,116); }

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

background-color css

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

 a { background-color: rgb(172,115,116); }

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

border-color css

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

 span { border-color: rgb(172,115,116); }

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