Html Css Color HEX #AC6465 Turkish Rose

📋 copy color: '#AC6465'

red 172 ◦ green 100 ◦ blue 101

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

Shades of Turkish Rose #AC6465

Tints of Turkish Rose #AC6465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.08%

R = 46.11%
G = 26.81%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC6465 (or 0xAC6465) is known color: Turkish Rose. HEX triplet: AC, 64 and 65. RGB value is (172,100,101). Sum of RGB (Red+Green+Blue) = 172+100+101=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6465 is #539B9A. Grayscale: #797979. Windows color (decimal): -5479323 or 6644908. OLE color: 6644908.

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

Color convert

RGB 172 100 101 -
CMYK 0 0.42 0.41 0.33
HSL 359.17º 0.3% 0.53% -
HSV(B) 359.17º 0.42% 0.67% -
XYZ 23.92 18.82 14.68 -
YUV 121.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 172 100 101 0 0.42 0.41 0.33 359.17 0.3 0.53
Hex AC 64 65 0 2A 29 21 167 1E 35
Octal 254 144 145 0 52 51 41 547 36 65
Binary 10101100 1100100 1100101 0 101010 101001 100001 101100111 11110 110101

Color Harmonies of #AC6465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6465

Black with #AC6465

Text Example


Text Example

White with #AC6465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6465; }

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

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

background-color css

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

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

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

border-color css

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

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

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