Html Css Color HEX #A37A8D Mountbatten Pink

📋 copy color: '#A37A8D'

red 163 ◦ green 122 ◦ blue 141

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

Shades of Mountbatten Pink #A37A8D

Tints of Mountbatten Pink #A37A8D

RGB

 RED value IS 163 (64.06% from 255) = 38.26%

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

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 38.26%
G = 28.64%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A37A8D (or 0xA37A8D) is known color: Mountbatten Pink. HEX triplet: A3, 7A and 8D. RGB value is (163,122,141). Sum of RGB (Red+Green+Blue) = 163+122+141=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37A8D is #5C8572. Grayscale: #888888. Windows color (decimal): -6063475 or 9271971. OLE color: 9271971.

HSL color Cylindrical-coordinate representation of color #A37A8D: hue angle of 332.2º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A37A8D is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 122 141 -
CMYK 0 0.25 0.13 0.36
HSL 332.2º 0.18% 0.56% -
HSV(B) 332.2º 0.25% 0.64% -
XYZ 26.87 23.63 28.34 -
YUV 136.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 163 122 141 0 0.25 0.13 0.36 332.2 0.18 0.56
Hex A3 7A 8D 0 19 D 24 14C 12 38
Octal 243 172 215 0 31 15 44 514 22 70
Binary 10100011 1111010 10001101 0 11001 1101 100100 101001100 10010 111000

Color Harmonies of #A37A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37A8D

Black with #A37A8D

Text Example


Text Example

White with #A37A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37A8D; }

 p { color: rgb(163,122,141); }

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

background-color css

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

 a { background-color: rgb(163,122,141); }

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

border-color css

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

 span { border-color: rgb(163,122,141); }

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