Html Css Color HEX #AC626C Turkish Rose

📋 copy color: '#AC626C'

red 172 ◦ green 98 ◦ blue 108

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

Shades of Turkish Rose #AC626C

Tints of Turkish Rose #AC626C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.57%

R = 45.5%
G = 25.93%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC626C (or 0xAC626C) is known color: Turkish Rose. HEX triplet: AC, 62 and 6C. RGB value is (172,98,108). Sum of RGB (Red+Green+Blue) = 172+98+108=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC626C is #539D93. Grayscale: #797979. Windows color (decimal): -5479828 or 7103148. OLE color: 7103148.

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

Color convert

RGB 172 98 108 -
CMYK 0 0.43 0.37 0.33
HSL 351.89º 0.31% 0.53% -
HSV(B) 351.89º 0.43% 0.67% -
XYZ 24.09 18.59 16.51 -
YUV 121.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 172 98 108 0 0.43 0.37 0.33 351.89 0.31 0.53
Hex AC 62 6C 0 2B 25 21 160 1F 35
Octal 254 142 154 0 53 45 41 540 37 65
Binary 10101100 1100010 1101100 0 101011 100101 100001 101100000 11111 110101

Color Harmonies of #AC626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC626C

Black with #AC626C

Text Example


Text Example

White with #AC626C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC626C; }

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

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

background-color css

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

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

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

border-color css

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

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

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