Html Css Color HEX #A3AAAB Gull Grey

📋 copy color: '#A3AAAB'

red 163 ◦ green 170 ◦ blue 171

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

Shades of Gull Grey #A3AAAB

Tints of Gull Grey #A3AAAB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.73%

 BLUE value IS 171 (67.19% from 255) = 33.93%

R = 32.34%
G = 33.73%
B = 33.93%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A3AAAB (or 0xA3AAAB) is known color: Gull Grey. HEX triplet: A3, AA and AB. RGB value is (163,170,171). Sum of RGB (Red+Green+Blue) = 163+170+171=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 171 - color contains mainly: blue. Hex color #A3AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AAAB is #5C5554. Grayscale: #A8A8A8. Windows color (decimal): -6051157 or 11250339. OLE color: 11250339.

HSL color Cylindrical-coordinate representation of color #A3AAAB: hue angle of 187.5º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A3AAAB is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 170 171 -
CMYK 0.05 0.01 0 0.33
HSL 187.5º 0.05% 0.65% -
HSV(B) 187.5º 0.05% 0.67% -
XYZ 36.83 39.48 44.21 -
YUV 168.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 163 170 171 0.05 0.01 0 0.33 187.5 0.05 0.65
Hex A3 AA AB 5 1 0 21 BC 5 41
Octal 243 252 253 5 1 0 41 274 5 101
Binary 10100011 10101010 10101011 101 1 0 100001 10111100 101 1000001

Color Harmonies of #A3AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AAAB

Black with #A3AAAB

Text Example


Text Example

White with #A3AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AAAB; }

 p { color: rgb(163,170,171); }

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

background-color css

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

 a { background-color: rgb(163,170,171); }

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

border-color css

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

 span { border-color: rgb(163,170,171); }

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