Html Css Color HEX #AC6268 Turkish Rose

📋 copy color: '#AC6268'

red 172 ◦ green 98 ◦ blue 104

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

Shades of Turkish Rose #AC6268

Tints of Turkish Rose #AC6268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.81%

R = 45.99%
G = 26.2%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC6268 (or 0xAC6268) is known color: Turkish Rose. HEX triplet: AC, 62 and 68. RGB value is (172,98,104). Sum of RGB (Red+Green+Blue) = 172+98+104=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6268 is #539D97. Grayscale: #787878. Windows color (decimal): -5479832 or 6841004. OLE color: 6841004.

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

Color convert

RGB 172 98 104 -
CMYK 0 0.43 0.40 0.33
HSL 355.14º 0.31% 0.53% -
HSV(B) 355.14º 0.43% 0.67% -
XYZ 23.88 18.51 15.41 -
YUV 120.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 172 98 104 0 0.43 0.40 0.33 355.14 0.31 0.53
Hex AC 62 68 0 2B 28 21 163 1F 35
Octal 254 142 150 0 53 50 41 543 37 65
Binary 10101100 1100010 1101000 0 101011 101000 100001 101100011 11111 110101

Color Harmonies of #AC6268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6268

Black with #AC6268

Text Example


Text Example

White with #AC6268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6268; }

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

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

background-color css

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

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

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

border-color css

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

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

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