Html Css Color HEX #AC97B6 East Side

📋 copy color: '#AC97B6'

red 172 ◦ green 151 ◦ blue 182

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

Shades of East Side #AC97B6

Tints of East Side #AC97B6

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.9%

 BLUE value IS 182 (71.48% from 255) = 36.04%

R = 34.06%
G = 29.9%
B = 36.04%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AC97B6 (or 0xAC97B6) is known color: East Side. HEX triplet: AC, 97 and B6. RGB value is (172,151,182). Sum of RGB (Red+Green+Blue) = 172+151+182=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC97B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97B6 is #536849. Grayscale: #A0A0A0. Windows color (decimal): -5466186 or 11966380. OLE color: 11966380.

HSL color Cylindrical-coordinate representation of color #AC97B6: hue angle of 280.65º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC97B6 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 151 182 -
CMYK 0.05 0.17 0 0.29
HSL 280.65º 0.18% 0.65% -
HSV(B) 280.65º 0.17% 0.71% -
XYZ 36.52 34.28 48.95 -
YUV 160.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 172 151 182 0.05 0.17 0 0.29 280.65 0.18 0.65
Hex AC 97 B6 5 11 0 1D 119 12 41
Octal 254 227 266 5 21 0 35 431 22 101
Binary 10101100 10010111 10110110 101 10001 0 11101 100011001 10010 1000001

Color Harmonies of #AC97B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC97B6

Black with #AC97B6

Text Example


Text Example

White with #AC97B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC97B6; }

 p { color: rgb(172,151,182); }

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

background-color css

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

 a { background-color: rgb(172,151,182); }

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

border-color css

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

 span { border-color: rgb(172,151,182); }

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