Html Css Color HEX #A37A8F Mountbatten Pink

📋 copy color: '#A37A8F'

red 163 ◦ green 122 ◦ blue 143

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

Shades of Mountbatten Pink #A37A8F

Tints of Mountbatten Pink #A37A8F

RGB

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

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

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

R = 38.08%
G = 28.5%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A37A8F (or 0xA37A8F) is known color: Mountbatten Pink. HEX triplet: A3, 7A and 8F. RGB value is (163,122,143). Sum of RGB (Red+Green+Blue) = 163+122+143=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37A8F is #5C8570. Grayscale: #888888. Windows color (decimal): -6063473 or 9403043. OLE color: 9403043.

HSL color Cylindrical-coordinate representation of color #A37A8F: hue angle of 329.27º 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 #A37A8F is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 122 143 -
CMYK 0 0.25 0.12 0.36
HSL 329.27º 0.18% 0.56% -
HSV(B) 329.27º 0.25% 0.64% -
XYZ 27.02 23.69 29.13 -
YUV 136.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 163 122 143 0 0.25 0.12 0.36 329.27 0.18 0.56
Hex A3 7A 8F 0 19 C 24 149 12 38
Octal 243 172 217 0 31 14 44 511 22 70
Binary 10100011 1111010 10001111 0 11001 1100 100100 101001001 10010 111000

Color Harmonies of #A37A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37A8F

Black with #A37A8F

Text Example


Text Example

White with #A37A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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