Html Css Color HEX #AC6875 Turkish Rose

📋 copy color: '#AC6875'

red 172 ◦ green 104 ◦ blue 117

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

Shades of Turkish Rose #AC6875

Tints of Turkish Rose #AC6875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.77%

R = 43.77%
G = 26.46%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC6875 (or 0xAC6875) is known color: Turkish Rose. HEX triplet: AC, 68 and 75. RGB value is (172,104,117). Sum of RGB (Red+Green+Blue) = 172+104+117=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6875 is #53978A. Grayscale: #7D7D7D. Windows color (decimal): -5478283 or 7694508. OLE color: 7694508.

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

Color convert

RGB 172 104 117 -
CMYK 0 0.40 0.32 0.33
HSL 348.53º 0.29% 0.54% -
HSV(B) 348.53º 0.4% 0.67% -
XYZ 25.17 19.96 19.35 -
YUV 125.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 172 104 117 0 0.40 0.32 0.33 348.53 0.29 0.54
Hex AC 68 75 0 28 20 21 15D 1D 36
Octal 254 150 165 0 50 40 41 535 35 66
Binary 10101100 1101000 1110101 0 101000 100000 100001 101011101 11101 110110

Color Harmonies of #AC6875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6875

Black with #AC6875

Text Example


Text Example

White with #AC6875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6875; }

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

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

background-color css

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

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

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

border-color css

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

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

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