Html Css Color HEX #A37A8B Mountbatten Pink

📋 copy color: '#A37A8B'

red 163 ◦ green 122 ◦ blue 139

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

Shades of Mountbatten Pink #A37A8B

Tints of Mountbatten Pink #A37A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.78%

R = 38.44%
G = 28.77%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A37A8B (or 0xA37A8B) is known color: Mountbatten Pink. HEX triplet: A3, 7A and 8B. RGB value is (163,122,139). Sum of RGB (Red+Green+Blue) = 163+122+139=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37A8B is #5C8574. Grayscale: #888888. Windows color (decimal): -6063477 or 9140899. OLE color: 9140899.

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

Color convert

RGB 163 122 139 -
CMYK 0 0.25 0.15 0.36
HSL 335.12º 0.18% 0.56% -
HSV(B) 335.12º 0.25% 0.64% -
XYZ 26.72 23.57 27.57 -
YUV 136.2 129.58 147.12 -
System Red Green Blue C M Y K H S L
Decimal 163 122 139 0 0.25 0.15 0.36 335.12 0.18 0.56
Hex A3 7A 8B 0 19 F 24 14F 12 38
Octal 243 172 213 0 31 17 44 517 22 70
Binary 10100011 1111010 10001011 0 11001 1111 100100 101001111 10010 111000

Color Harmonies of #A37A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37A8B

Black with #A37A8B

Text Example


Text Example

White with #A37A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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