Html Css Color HEX #AC7679 Turkish Rose

📋 copy color: '#AC7679'

red 172 ◦ green 118 ◦ blue 121

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

Shades of Turkish Rose #AC7679

Tints of Turkish Rose #AC7679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.71%

 BLUE value IS 121 (47.66% from 255) = 29.44%

R = 41.85%
G = 28.71%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC7679 (or 0xAC7679) is known color: Turkish Rose. HEX triplet: AC, 76 and 79. RGB value is (172,118,121). Sum of RGB (Red+Green+Blue) = 172+118+121=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7679 is #538986. Grayscale: #868686. Windows color (decimal): -5474695 or 7960236. OLE color: 7960236.

HSL color Cylindrical-coordinate representation of color #AC7679: hue angle of 356.67º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC7679 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 118 121 -
CMYK 0 0.31 0.30 0.33
HSL 356.67º 0.25% 0.57% -
HSV(B) 356.67º 0.31% 0.67% -
XYZ 26.94 23.11 21.13 -
YUV 134.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 172 118 121 0 0.31 0.30 0.33 356.67 0.25 0.57
Hex AC 76 79 0 1F 1E 21 165 19 39
Octal 254 166 171 0 37 36 41 545 31 71
Binary 10101100 1110110 1111001 0 11111 11110 100001 101100101 11001 111001

Color Harmonies of #AC7679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7679

Black with #AC7679

Text Example


Text Example

White with #AC7679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7679; }

 p { color: rgb(172,118,121); }

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

background-color css

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

 a { background-color: rgb(172,118,121); }

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

border-color css

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

 span { border-color: rgb(172,118,121); }

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