Html Css Color HEX #AC6374 Turkish Rose

📋 copy color: '#AC6374'

red 172 ◦ green 99 ◦ blue 116

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

Shades of Turkish Rose #AC6374

Tints of Turkish Rose #AC6374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.58%

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

R = 44.44%
G = 25.58%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC6374 (or 0xAC6374) is known color: Turkish Rose. HEX triplet: AC, 63 and 74. RGB value is (172,99,116). Sum of RGB (Red+Green+Blue) = 172+99+116=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6374 is #539C8B. Grayscale: #7A7A7A. Windows color (decimal): -5479564 or 7627692. OLE color: 7627692.

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

Color convert

RGB 172 99 116 -
CMYK 0 0.42 0.33 0.33
HSL 346.03º 0.31% 0.53% -
HSV(B) 346.03º 0.42% 0.67% -
XYZ 24.63 18.96 18.88 -
YUV 122.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 172 99 116 0 0.42 0.33 0.33 346.03 0.31 0.53
Hex AC 63 74 0 2A 21 21 15A 1F 35
Octal 254 143 164 0 52 41 41 532 37 65
Binary 10101100 1100011 1110100 0 101010 100001 100001 101011010 11111 110101

Color Harmonies of #AC6374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6374

Black with #AC6374

Text Example


Text Example

White with #AC6374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6374; }

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

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

background-color css

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

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

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

border-color css

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

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

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