Html Css Color HEX #AC6569 Turkish Rose

📋 copy color: '#AC6569'

red 172 ◦ green 101 ◦ blue 105

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

Shades of Turkish Rose #AC6569

Tints of Turkish Rose #AC6569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.78%

R = 45.5%
G = 26.72%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AC6569 (or 0xAC6569) is known color: Turkish Rose. HEX triplet: AC, 65 and 69. RGB value is (172,101,105). Sum of RGB (Red+Green+Blue) = 172+101+105=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6569 is #539A96. Grayscale: #7A7A7A. Windows color (decimal): -5479063 or 6907308. OLE color: 6907308.

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

Color convert

RGB 172 101 105 -
CMYK 0 0.41 0.39 0.33
HSL 356.62º 0.3% 0.54% -
HSV(B) 356.62º 0.41% 0.67% -
XYZ 24.22 19.1 15.77 -
YUV 122.69 118.02 163.17 -
System Red Green Blue C M Y K H S L
Decimal 172 101 105 0 0.41 0.39 0.33 356.62 0.3 0.54
Hex AC 65 69 0 29 27 21 165 1E 36
Octal 254 145 151 0 51 47 41 545 36 66
Binary 10101100 1100101 1101001 0 101001 100111 100001 101100101 11110 110110

Color Harmonies of #AC6569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6569

Black with #AC6569

Text Example


Text Example

White with #AC6569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6569; }

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

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

background-color css

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

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

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

border-color css

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

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

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