Html Css Color HEX #AC6568 Turkish Rose

📋 copy color: '#AC6568'

red 172 ◦ green 101 ◦ blue 104

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

Shades of Turkish Rose #AC6568

Tints of Turkish Rose #AC6568

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.79%

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

R = 45.62%
G = 26.79%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC6568 (or 0xAC6568) is known color: Turkish Rose. HEX triplet: AC, 65 and 68. RGB value is (172,101,104). Sum of RGB (Red+Green+Blue) = 172+101+104=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6568 is #539A97. Grayscale: #7A7A7A. Windows color (decimal): -5479064 or 6841772. OLE color: 6841772.

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

Color convert

RGB 172 101 104 -
CMYK 0 0.41 0.40 0.33
HSL 357.46º 0.3% 0.54% -
HSV(B) 357.46º 0.41% 0.67% -
XYZ 24.17 19.08 15.51 -
YUV 122.57 117.52 163.26 -
System Red Green Blue C M Y K H S L
Decimal 172 101 104 0 0.41 0.40 0.33 357.46 0.3 0.54
Hex AC 65 68 0 29 28 21 165 1E 36
Octal 254 145 150 0 51 50 41 545 36 66
Binary 10101100 1100101 1101000 0 101001 101000 100001 101100101 11110 110110

Color Harmonies of #AC6568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6568

Black with #AC6568

Text Example


Text Example

White with #AC6568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6568; }

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

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

background-color css

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

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

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

border-color css

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

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

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