Html Css Color HEX #A3ABAE Gull Grey

📋 copy color: '#A3ABAE'

red 163 ◦ green 171 ◦ blue 174

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

Shades of Gull Grey #A3ABAE

Tints of Gull Grey #A3ABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.66%

 BLUE value IS 174 (68.36% from 255) = 34.25%

R = 32.09%
G = 33.66%
B = 34.25%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A3ABAE (or 0xA3ABAE) is known color: Gull Grey. HEX triplet: A3, AB and AE. RGB value is (163,171,174). Sum of RGB (Red+Green+Blue) = 163+171+174=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 174 - color contains mainly: blue. Hex color #A3ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ABAE is #5C5451. Grayscale: #A8A8A8. Windows color (decimal): -6050898 or 11447203. OLE color: 11447203.

HSL color Cylindrical-coordinate representation of color #A3ABAE: hue angle of 196.36º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A3ABAE is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 171 174 -
CMYK 0.06 0.02 0 0.32
HSL 196.36º 0.06% 0.66% -
HSV(B) 196.36º 0.06% 0.68% -
XYZ 37.31 39.97 45.79 -
YUV 168.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 163 171 174 0.06 0.02 0 0.32 196.36 0.06 0.66
Hex A3 AB AE 6 2 0 20 C4 6 42
Octal 243 253 256 6 2 0 40 304 6 102
Binary 10100011 10101011 10101110 110 10 0 100000 11000100 110 1000010

Color Harmonies of #A3ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3ABAE

Black with #A3ABAE

Text Example


Text Example

White with #A3ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3ABAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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