Html Css Color HEX #AC676A Turkish Rose

📋 copy color: '#AC676A'

red 172 ◦ green 103 ◦ blue 106

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

Shades of Turkish Rose #AC676A

Tints of Turkish Rose #AC676A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.03%

 BLUE value IS 106 (41.8% from 255) = 27.82%

R = 45.14%
G = 27.03%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC676A (or 0xAC676A) is known color: Turkish Rose. HEX triplet: AC, 67 and 6A. RGB value is (172,103,106). Sum of RGB (Red+Green+Blue) = 172+103+106=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC676A is #539895. Grayscale: #7C7C7C. Windows color (decimal): -5478550 or 6973356. OLE color: 6973356.

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

Color convert

RGB 172 103 106 -
CMYK 0 0.40 0.38 0.33
HSL 357.39º 0.29% 0.54% -
HSV(B) 357.39º 0.4% 0.67% -
XYZ 24.47 19.51 16.11 -
YUV 123.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 172 103 106 0 0.40 0.38 0.33 357.39 0.29 0.54
Hex AC 67 6A 0 28 26 21 165 1D 36
Octal 254 147 152 0 50 46 41 545 35 66
Binary 10101100 1100111 1101010 0 101000 100110 100001 101100101 11101 110110

Color Harmonies of #AC676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC676A

Black with #AC676A

Text Example


Text Example

White with #AC676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC676A; }

 p { color: rgb(172,103,106); }

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

background-color css

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

 a { background-color: rgb(172,103,106); }

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

border-color css

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

 span { border-color: rgb(172,103,106); }

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