Html Css Color HEX #AC7678 Turkish Rose

📋 copy color: '#AC7678'

red 172 ◦ green 118 ◦ blue 120

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

Shades of Turkish Rose #AC7678

Tints of Turkish Rose #AC7678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.27%

R = 41.95%
G = 28.78%
B = 29.27%

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

#AC7678 (or 0xAC7678) is known color: Turkish Rose. HEX triplet: AC, 76 and 78. RGB value is (172,118,120). Sum of RGB (Red+Green+Blue) = 172+118+120=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7678 is #538987. Grayscale: #868686. Windows color (decimal): -5474696 or 7894700. OLE color: 7894700.

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

Color convert

RGB 172 118 120 -
CMYK 0 0.31 0.30 0.33
HSL 357.78º 0.25% 0.57% -
HSV(B) 357.78º 0.31% 0.67% -
XYZ 26.88 23.08 20.81 -
YUV 134.37 119.89 154.84 -
System Red Green Blue C M Y K H S L
Decimal 172 118 120 0 0.31 0.30 0.33 357.78 0.25 0.57
Hex AC 76 78 0 1F 1E 21 166 19 39
Octal 254 166 170 0 37 36 41 546 31 71
Binary 10101100 1110110 1111000 0 11111 11110 100001 101100110 11001 111001

Color Harmonies of #AC7678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7678

Black with #AC7678

Text Example


Text Example

White with #AC7678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7678; }

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

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

background-color css

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

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

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

border-color css

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

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

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