Html Css Color HEX #AC6B90 Mountbatten Pink

📋 copy color: '#AC6B90'

red 172 ◦ green 107 ◦ blue 144

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

Shades of Mountbatten Pink #AC6B90

Tints of Mountbatten Pink #AC6B90

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.3%

 BLUE value IS 144 (56.64% from 255) = 34.04%

R = 40.66%
G = 25.3%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC6B90 (or 0xAC6B90) is known color: Mountbatten Pink. HEX triplet: AC, 6B and 90. RGB value is (172,107,144). Sum of RGB (Red+Green+Blue) = 172+107+144=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6B90 is #53946F. Grayscale: #828282. Windows color (decimal): -5477488 or 9464748. OLE color: 9464748.

HSL color Cylindrical-coordinate representation of color #AC6B90: hue angle of 325.85º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC6B90 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 107 144 -
CMYK 0 0.38 0.16 0.33
HSL 325.85º 0.28% 0.55% -
HSV(B) 325.85º 0.38% 0.67% -
XYZ 27.3 21.3 29.06 -
YUV 130.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 172 107 144 0 0.38 0.16 0.33 325.85 0.28 0.55
Hex AC 6B 90 0 26 10 21 146 1C 37
Octal 254 153 220 0 46 20 41 506 34 67
Binary 10101100 1101011 10010000 0 100110 10000 100001 101000110 11100 110111

Color Harmonies of #AC6B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B90

Black with #AC6B90

Text Example


Text Example

White with #AC6B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B90; }

 p { color: rgb(172,107,144); }

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

background-color css

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

 a { background-color: rgb(172,107,144); }

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

border-color css

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

 span { border-color: rgb(172,107,144); }

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