Html Css Color HEX #AC6065 Turkish Rose

📋 copy color: '#AC6065'

red 172 ◦ green 96 ◦ blue 101

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

Shades of Turkish Rose #AC6065

Tints of Turkish Rose #AC6065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.02%

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

R = 46.61%
G = 26.02%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC6065 (or 0xAC6065) is known color: Turkish Rose. HEX triplet: AC, 60 and 65. RGB value is (172,96,101). Sum of RGB (Red+Green+Blue) = 172+96+101=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6065 is #539F9A. Grayscale: #777777. Windows color (decimal): -5480347 or 6643884. OLE color: 6643884.

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

Color convert

RGB 172 96 101 -
CMYK 0 0.44 0.41 0.33
HSL 356.05º 0.31% 0.53% -
HSV(B) 356.05º 0.44% 0.67% -
XYZ 23.55 18.08 14.56 -
YUV 119.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 172 96 101 0 0.44 0.41 0.33 356.05 0.31 0.53
Hex AC 60 65 0 2C 29 21 164 1F 35
Octal 254 140 145 0 54 51 41 544 37 65
Binary 10101100 1100000 1100101 0 101100 101001 100001 101100100 11111 110101

Color Harmonies of #AC6065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6065

Black with #AC6065

Text Example


Text Example

White with #AC6065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6065; }

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

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

background-color css

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

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

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

border-color css

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

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

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