Html Css Color HEX #AC6275 Turkish Rose

📋 copy color: '#AC6275'

red 172 ◦ green 98 ◦ blue 117

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

Shades of Turkish Rose #AC6275

Tints of Turkish Rose #AC6275

RGB

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

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

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

R = 44.44%
G = 25.32%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC6275 (or 0xAC6275) is known color: Turkish Rose. HEX triplet: AC, 62 and 75. RGB value is (172,98,117). Sum of RGB (Red+Green+Blue) = 172+98+117=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6275 is #539D8A. Grayscale: #7A7A7A. Windows color (decimal): -5479819 or 7692972. OLE color: 7692972.

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

Color convert

RGB 172 98 117 -
CMYK 0 0.43 0.32 0.33
HSL 344.59º 0.31% 0.53% -
HSV(B) 344.59º 0.43% 0.67% -
XYZ 24.59 18.79 19.16 -
YUV 122.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 172 98 117 0 0.43 0.32 0.33 344.59 0.31 0.53
Hex AC 62 75 0 2B 20 21 159 1F 35
Octal 254 142 165 0 53 40 41 531 37 65
Binary 10101100 1100010 1110101 0 101011 100000 100001 101011001 11111 110101

Color Harmonies of #AC6275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6275

Black with #AC6275

Text Example


Text Example

White with #AC6275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6275; }

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

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

background-color css

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

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

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

border-color css

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

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

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