Html Css Color HEX #A3B0B7 Gull Grey

📋 copy color: '#A3B0B7'

red 163 ◦ green 176 ◦ blue 183

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

Shades of Gull Grey #A3B0B7

Tints of Gull Grey #A3B0B7

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.72%

 BLUE value IS 183 (71.88% from 255) = 35.06%

R = 31.23%
G = 33.72%
B = 35.06%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A3B0B7 (or 0xA3B0B7) is known color: Gull Grey. HEX triplet: A3, B0 and B7. RGB value is (163,176,183). Sum of RGB (Red+Green+Blue) = 163+176+183=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 183 - color contains mainly: blue. Hex color #A3B0B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B0B7 is #5C4F48. Grayscale: #ACACAC. Windows color (decimal): -6049609 or 12038307. OLE color: 12038307.

HSL color Cylindrical-coordinate representation of color #A3B0B7: hue angle of 201º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3B0B7 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 163 176 183 -
CMYK 0.11 0.04 0 0.28
HSL 201º 0.12% 0.68% -
HSV(B) 201º 0.11% 0.72% -
XYZ 39.18 42.26 50.89 -
YUV 172.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 163 176 183 0.11 0.04 0 0.28 201 0.12 0.68
Hex A3 B0 B7 B 4 0 1C C9 C 44
Octal 243 260 267 13 4 0 34 311 14 104
Binary 10100011 10110000 10110111 1011 100 0 11100 11001001 1100 1000100

Color Harmonies of #A3B0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B0B7

Black with #A3B0B7

Text Example


Text Example

White with #A3B0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B0B7; }

 p { color: rgb(163,176,183); }

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

background-color css

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

 a { background-color: rgb(163,176,183); }

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

border-color css

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

 span { border-color: rgb(163,176,183); }

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