Html Css Color HEX #A3ABAF Gull Grey

📋 copy color: '#A3ABAF'

red 163 ◦ green 171 ◦ blue 175

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

Shades of Gull Grey #A3ABAF

Tints of Gull Grey #A3ABAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.38%

R = 32.02%
G = 33.6%
B = 34.38%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A3ABAF (or 0xA3ABAF) is known color: Gull Grey. HEX triplet: A3, AB and AF. RGB value is (163,171,175). Sum of RGB (Red+Green+Blue) = 163+171+175=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 175 - color contains mainly: blue. Hex color #A3ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ABAF is #5C5450. Grayscale: #A9A9A9. Windows color (decimal): -6050897 or 11512739. OLE color: 11512739.

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

Color convert

RGB 163 171 175 -
CMYK 0.07 0.02 0 0.31
HSL 200º 0.07% 0.66% -
HSV(B) 200º 0.07% 0.69% -
XYZ 37.41 40.01 46.31 -
YUV 169.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 163 171 175 0.07 0.02 0 0.31 200 0.07 0.66
Hex A3 AB AF 7 2 0 1F C8 7 42
Octal 243 253 257 7 2 0 37 310 7 102
Binary 10100011 10101011 10101111 111 10 0 11111 11001000 111 1000010

Color Harmonies of #A3ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3ABAF

Black with #A3ABAF

Text Example


Text Example

White with #A3ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3ABAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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