Html Css Color HEX #A4AFB6 Gull Grey

📋 copy color: '#A4AFB6'

red 164 ◦ green 175 ◦ blue 182

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

Shades of Gull Grey #A4AFB6

Tints of Gull Grey #A4AFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.93%

R = 31.48%
G = 33.59%
B = 34.93%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A4AFB6 (or 0xA4AFB6) is known color: Gull Grey. HEX triplet: A4, AF and B6. RGB value is (164,175,182). Sum of RGB (Red+Green+Blue) = 164+175+182=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 182 - color contains mainly: blue. Hex color #A4AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AFB6 is #5B5049. Grayscale: #ACACAC. Windows color (decimal): -5984330 or 11972516. OLE color: 11972516.

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

Color convert

RGB 164 175 182 -
CMYK 0.10 0.04 0 0.29
HSL 203.33º 0.11% 0.68% -
HSV(B) 203.33º 0.1% 0.71% -
XYZ 39.08 41.93 50.29 -
YUV 172.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 164 175 182 0.10 0.04 0 0.29 203.33 0.11 0.68
Hex A4 AF B6 A 4 0 1D CB B 44
Octal 244 257 266 12 4 0 35 313 13 104
Binary 10100100 10101111 10110110 1010 100 0 11101 11001011 1011 1000100

Color Harmonies of #A4AFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AFB6

Black with #A4AFB6

Text Example


Text Example

White with #A4AFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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