Html Css Color HEX #A67A8F Mountbatten Pink

📋 copy color: '#A67A8F'

red 166 ◦ green 122 ◦ blue 143

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

Shades of Mountbatten Pink #A67A8F

Tints of Mountbatten Pink #A67A8F

RGB

 RED value IS 166 (65.23% from 255) = 38.52%

 GREEN value IS 122 (48.05% from 255) = 28.31%

 BLUE value IS 143 (56.25% from 255) = 33.18%

R = 38.52%
G = 28.31%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A67A8F (or 0xA67A8F) is known color: Mountbatten Pink. HEX triplet: A6, 7A and 8F. RGB value is (166,122,143). Sum of RGB (Red+Green+Blue) = 166+122+143=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67A8F is #598570. Grayscale: #898989. Windows color (decimal): -5866865 or 9403046. OLE color: 9403046.

HSL color Cylindrical-coordinate representation of color #A67A8F: hue angle of 331.36º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A67A8F is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 122 143 -
CMYK 0 0.27 0.14 0.35
HSL 331.36º 0.2% 0.56% -
HSV(B) 331.36º 0.27% 0.65% -
XYZ 27.64 24.01 29.16 -
YUV 137.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 166 122 143 0 0.27 0.14 0.35 331.36 0.2 0.56
Hex A6 7A 8F 0 1B E 23 14B 14 38
Octal 246 172 217 0 33 16 43 513 24 70
Binary 10100110 1111010 10001111 0 11011 1110 100011 101001011 10100 111000

Color Harmonies of #A67A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67A8F

Black with #A67A8F

Text Example


Text Example

White with #A67A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67A8F; }

 p { color: rgb(166,122,143); }

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

background-color css

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

 a { background-color: rgb(166,122,143); }

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

border-color css

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

 span { border-color: rgb(166,122,143); }

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