Html Css Color HEX #A37B8C Mountbatten Pink

📋 copy color: '#A37B8C'

red 163 ◦ green 123 ◦ blue 140

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

Shades of Mountbatten Pink #A37B8C

Tints of Mountbatten Pink #A37B8C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.87%

 BLUE value IS 140 (55.08% from 255) = 32.86%

R = 38.26%
G = 28.87%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A37B8C (or 0xA37B8C) is known color: Mountbatten Pink. HEX triplet: A3, 7B and 8C. RGB value is (163,123,140). Sum of RGB (Red+Green+Blue) = 163+123+140=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37B8C is #5C8473. Grayscale: #888888. Windows color (decimal): -6063220 or 9206691. OLE color: 9206691.

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

Color convert

RGB 163 123 140 -
CMYK 0 0.25 0.14 0.36
HSL 334.5º 0.18% 0.56% -
HSV(B) 334.5º 0.25% 0.64% -
XYZ 26.92 23.85 27.99 -
YUV 136.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 163 123 140 0 0.25 0.14 0.36 334.5 0.18 0.56
Hex A3 7B 8C 0 19 E 24 14E 12 38
Octal 243 173 214 0 31 16 44 516 22 70
Binary 10100011 1111011 10001100 0 11001 1110 100100 101001110 10010 111000

Color Harmonies of #A37B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B8C

Black with #A37B8C

Text Example


Text Example

White with #A37B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B8C; }

 p { color: rgb(163,123,140); }

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

background-color css

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

 a { background-color: rgb(163,123,140); }

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

border-color css

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

 span { border-color: rgb(163,123,140); }

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