Html Css Color HEX #AC6476 Turkish Rose

📋 copy color: '#AC6476'

red 172 ◦ green 100 ◦ blue 118

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

Shades of Turkish Rose #AC6476

Tints of Turkish Rose #AC6476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.26%

R = 44.1%
G = 25.64%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC6476 (or 0xAC6476) is known color: Turkish Rose. HEX triplet: AC, 64 and 76. RGB value is (172,100,118). Sum of RGB (Red+Green+Blue) = 172+100+118=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6476 is #539B89. Grayscale: #7B7B7B. Windows color (decimal): -5479306 or 7759020. OLE color: 7759020.

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

Color convert

RGB 172 100 118 -
CMYK 0 0.42 0.31 0.33
HSL 345º 0.3% 0.53% -
HSV(B) 345º 0.42% 0.67% -
XYZ 24.84 19.19 19.53 -
YUV 123.58 124.85 162.54 -
System Red Green Blue C M Y K H S L
Decimal 172 100 118 0 0.42 0.31 0.33 345 0.3 0.53
Hex AC 64 76 0 2A 1F 21 159 1E 35
Octal 254 144 166 0 52 37 41 531 36 65
Binary 10101100 1100100 1110110 0 101010 11111 100001 101011001 11110 110101

Color Harmonies of #AC6476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6476

Black with #AC6476

Text Example


Text Example

White with #AC6476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6476; }

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

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

background-color css

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

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

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

border-color css

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

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

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