Html Css Color HEX #AC6265 Turkish Rose

📋 copy color: '#AC6265'

red 172 ◦ green 98 ◦ blue 101

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

Shades of Turkish Rose #AC6265

Tints of Turkish Rose #AC6265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.42%

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

R = 46.36%
G = 26.42%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC6265 (or 0xAC6265) is known color: Turkish Rose. HEX triplet: AC, 62 and 65. RGB value is (172,98,101). Sum of RGB (Red+Green+Blue) = 172+98+101=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6265 is #539D9A. Grayscale: #787878. Windows color (decimal): -5479835 or 6644396. OLE color: 6644396.

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

Color convert

RGB 172 98 101 -
CMYK 0 0.43 0.41 0.33
HSL 357.57º 0.31% 0.53% -
HSV(B) 357.57º 0.43% 0.67% -
XYZ 23.73 18.45 14.62 -
YUV 120.47 117.02 164.76 -
System Red Green Blue C M Y K H S L
Decimal 172 98 101 0 0.43 0.41 0.33 357.57 0.31 0.53
Hex AC 62 65 0 2B 29 21 166 1F 35
Octal 254 142 145 0 53 51 41 546 37 65
Binary 10101100 1100010 1100101 0 101011 101001 100001 101100110 11111 110101

Color Harmonies of #AC6265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6265

Black with #AC6265

Text Example


Text Example

White with #AC6265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6265; }

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

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

background-color css

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

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

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

border-color css

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

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

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