Html Css Color HEX #AC6469 Turkish Rose

📋 copy color: '#AC6469'

red 172 ◦ green 100 ◦ blue 105

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

Shades of Turkish Rose #AC6469

Tints of Turkish Rose #AC6469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.53%

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

R = 45.62%
G = 26.53%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AC6469 (or 0xAC6469) is known color: Turkish Rose. HEX triplet: AC, 64 and 69. RGB value is (172,100,105). Sum of RGB (Red+Green+Blue) = 172+100+105=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6469 is #539B96. Grayscale: #7A7A7A. Windows color (decimal): -5479319 or 6907052. OLE color: 6907052.

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

Color convert

RGB 172 100 105 -
CMYK 0 0.42 0.39 0.33
HSL 355.83º 0.3% 0.53% -
HSV(B) 355.83º 0.42% 0.67% -
XYZ 24.12 18.9 15.74 -
YUV 122.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 172 100 105 0 0.42 0.39 0.33 355.83 0.3 0.53
Hex AC 64 69 0 2A 27 21 164 1E 35
Octal 254 144 151 0 52 47 41 544 36 65
Binary 10101100 1100100 1101001 0 101010 100111 100001 101100100 11110 110101

Color Harmonies of #AC6469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6469

Black with #AC6469

Text Example


Text Example

White with #AC6469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6469; }

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

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

background-color css

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

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

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

border-color css

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

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

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