Html Css Color HEX #A3AFB5 Gull Grey

📋 copy color: '#A3AFB5'

red 163 ◦ green 175 ◦ blue 181

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

Shades of Gull Grey #A3AFB5

Tints of Gull Grey #A3AFB5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.72%

 BLUE value IS 181 (71.09% from 255) = 34.87%

R = 31.41%
G = 33.72%
B = 34.87%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A3AFB5 (or 0xA3AFB5) is known color: Gull Grey. HEX triplet: A3, AF and B5. RGB value is (163,175,181). Sum of RGB (Red+Green+Blue) = 163+175+181=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 181 - color contains mainly: blue. Hex color #A3AFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AFB5 is #5C504A. Grayscale: #ACACAC. Windows color (decimal): -6049867 or 11906979. OLE color: 11906979.

HSL color Cylindrical-coordinate representation of color #A3AFB5: hue angle of 200º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A3AFB5 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 175 181 -
CMYK 0.10 0.03 0 0.29
HSL 200º 0.11% 0.67% -
HSV(B) 200º 0.1% 0.71% -
XYZ 38.77 41.78 49.74 -
YUV 172.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 163 175 181 0.10 0.03 0 0.29 200 0.11 0.67
Hex A3 AF B5 A 3 0 1D C8 B 43
Octal 243 257 265 12 3 0 35 310 13 103
Binary 10100011 10101111 10110101 1010 11 0 11101 11001000 1011 1000011

Color Harmonies of #A3AFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AFB5

Black with #A3AFB5

Text Example


Text Example

White with #A3AFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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