Html Css Color HEX #A4AFB3 Gull Grey

📋 copy color: '#A4AFB3'

red 164 ◦ green 175 ◦ blue 179

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

Shades of Gull Grey #A4AFB3

Tints of Gull Grey #A4AFB3

RGB

 RED value IS 164 (64.45% from 255) = 31.66%

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

 BLUE value IS 179 (70.31% from 255) = 34.56%

R = 31.66%
G = 33.78%
B = 34.56%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A4AFB3 (or 0xA4AFB3) is known color: Gull Grey. HEX triplet: A4, AF and B3. RGB value is (164,175,179). Sum of RGB (Red+Green+Blue) = 164+175+179=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 179 - color contains mainly: blue. Hex color #A4AFB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AFB3 is #5B504C. Grayscale: #ACACAC. Windows color (decimal): -5984333 or 11775908. OLE color: 11775908.

HSL color Cylindrical-coordinate representation of color #A4AFB3: hue angle of 196º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A4AFB3 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 175 179 -
CMYK 0.08 0.02 0 0.30
HSL 196º 0.09% 0.67% -
HSV(B) 196º 0.08% 0.7% -
XYZ 38.78 41.81 48.67 -
YUV 172.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 164 175 179 0.08 0.02 0 0.30 196 0.09 0.67
Hex A4 AF B3 8 2 0 1E C4 9 43
Octal 244 257 263 10 2 0 36 304 11 103
Binary 10100100 10101111 10110011 1000 10 0 11110 11000100 1001 1000011

Color Harmonies of #A4AFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AFB3

Black with #A4AFB3

Text Example


Text Example

White with #A4AFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AFB3; }

 p { color: rgb(164,175,179); }

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

background-color css

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

 a { background-color: rgb(164,175,179); }

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

border-color css

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

 span { border-color: rgb(164,175,179); }

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