Html Css Color HEX #AC6475 Turkish Rose

📋 copy color: '#AC6475'

red 172 ◦ green 100 ◦ blue 117

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

Shades of Turkish Rose #AC6475

Tints of Turkish Rose #AC6475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 44.22%
G = 25.71%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC6475 (or 0xAC6475) is known color: Turkish Rose. HEX triplet: AC, 64 and 75. RGB value is (172,100,117). Sum of RGB (Red+Green+Blue) = 172+100+117=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6475 is #539B8A. Grayscale: #7B7B7B. Windows color (decimal): -5479307 or 7693484. OLE color: 7693484.

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

Color convert

RGB 172 100 117 -
CMYK 0 0.42 0.32 0.33
HSL 345.83º 0.3% 0.53% -
HSV(B) 345.83º 0.42% 0.67% -
XYZ 24.78 19.17 19.22 -
YUV 123.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 172 100 117 0 0.42 0.32 0.33 345.83 0.3 0.53
Hex AC 64 75 0 2A 20 21 15A 1E 35
Octal 254 144 165 0 52 40 41 532 36 65
Binary 10101100 1100100 1110101 0 101010 100000 100001 101011010 11110 110101

Color Harmonies of #AC6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6475

Black with #AC6475

Text Example


Text Example

White with #AC6475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6475; }

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

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

background-color css

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

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

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

border-color css

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

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

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