Html Css Color HEX #AC7274 Turkish Rose

📋 copy color: '#AC7274'

red 172 ◦ green 114 ◦ blue 116

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

Shades of Turkish Rose #AC7274

Tints of Turkish Rose #AC7274

RGB

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

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

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

R = 42.79%
G = 28.36%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC7274 (or 0xAC7274) is known color: Turkish Rose. HEX triplet: AC, 72 and 74. RGB value is (172,114,116). Sum of RGB (Red+Green+Blue) = 172+114+116=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7274 is #538D8B. Grayscale: #838383. Windows color (decimal): -5475724 or 7631532. OLE color: 7631532.

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

Color convert

RGB 172 114 116 -
CMYK 0 0.34 0.33 0.33
HSL 357.93º 0.26% 0.56% -
HSV(B) 357.93º 0.34% 0.67% -
XYZ 26.18 22.07 19.4 -
YUV 131.57 119.22 156.84 -
System Red Green Blue C M Y K H S L
Decimal 172 114 116 0 0.34 0.33 0.33 357.93 0.26 0.56
Hex AC 72 74 0 22 21 21 166 1A 38
Octal 254 162 164 0 42 41 41 546 32 70
Binary 10101100 1110010 1110100 0 100010 100001 100001 101100110 11010 111000

Color Harmonies of #AC7274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7274

Black with #AC7274

Text Example


Text Example

White with #AC7274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7274; }

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

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

background-color css

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

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

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

border-color css

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

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

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