Html Css Color HEX #AC6470 Turkish Rose

📋 copy color: '#AC6470'

red 172 ◦ green 100 ◦ blue 112

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

Shades of Turkish Rose #AC6470

Tints of Turkish Rose #AC6470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.04%

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 44.79%
G = 26.04%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC6470 (or 0xAC6470) is known color: Turkish Rose. HEX triplet: AC, 64 and 70. RGB value is (172,100,112). Sum of RGB (Red+Green+Blue) = 172+100+112=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6470 is #539B8F. Grayscale: #7A7A7A. Windows color (decimal): -5479312 or 7365804. OLE color: 7365804.

HSL color Cylindrical-coordinate representation of color #AC6470: hue angle of 350º degrees, saturation: 0.3, 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 #AC6470 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 100 112 -
CMYK 0 0.42 0.35 0.33
HSL 350º 0.3% 0.53% -
HSV(B) 350º 0.42% 0.67% -
XYZ 24.5 19.05 17.72 -
YUV 122.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 172 100 112 0 0.42 0.35 0.33 350 0.3 0.53
Hex AC 64 70 0 2A 23 21 15E 1E 35
Octal 254 144 160 0 52 43 41 536 36 65
Binary 10101100 1100100 1110000 0 101010 100011 100001 101011110 11110 110101

Color Harmonies of #AC6470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6470

Black with #AC6470

Text Example


Text Example

White with #AC6470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6470; }

 p { color: rgb(172,100,112); }

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

background-color css

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

 a { background-color: rgb(172,100,112); }

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

border-color css

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

 span { border-color: rgb(172,100,112); }

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