Html Css Color HEX #AC6869 Turkish Rose

📋 copy color: '#AC6869'

red 172 ◦ green 104 ◦ blue 105

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

Shades of Turkish Rose #AC6869

Tints of Turkish Rose #AC6869

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.3%

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

R = 45.14%
G = 27.3%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AC6869 (or 0xAC6869) is known color: Turkish Rose. HEX triplet: AC, 68 and 69. RGB value is (172,104,105). Sum of RGB (Red+Green+Blue) = 172+104+105=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6869 is #539796. Grayscale: #7C7C7C. Windows color (decimal): -5478295 or 6908076. OLE color: 6908076.

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

Color convert

RGB 172 104 105 -
CMYK 0 0.40 0.39 0.33
HSL 359.12º 0.29% 0.54% -
HSV(B) 359.12º 0.4% 0.67% -
XYZ 24.51 19.69 15.87 -
YUV 124.45 117.03 161.92 -
System Red Green Blue C M Y K H S L
Decimal 172 104 105 0 0.40 0.39 0.33 359.12 0.29 0.54
Hex AC 68 69 0 28 27 21 167 1D 36
Octal 254 150 151 0 50 47 41 547 35 66
Binary 10101100 1101000 1101001 0 101000 100111 100001 101100111 11101 110110

Color Harmonies of #AC6869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6869

Black with #AC6869

Text Example


Text Example

White with #AC6869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6869; }

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

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

background-color css

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

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

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

border-color css

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

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

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