Html Css Color HEX #A5AFB6 Gull Grey

📋 copy color: '#A5AFB6'

red 165 ◦ green 175 ◦ blue 182

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

Shades of Gull Grey #A5AFB6

Tints of Gull Grey #A5AFB6

RGB

 RED value IS 165 (64.84% from 255) = 31.61%

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

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

R = 31.61%
G = 33.52%
B = 34.87%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A5AFB6 (or 0xA5AFB6) is known color: Gull Grey. HEX triplet: A5, AF and B6. RGB value is (165,175,182). Sum of RGB (Red+Green+Blue) = 165+175+182=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 182 - color contains mainly: blue. Hex color #A5AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AFB6 is #5A5049. Grayscale: #ACACAC. Windows color (decimal): -5918794 or 11972517. OLE color: 11972517.

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

Color convert

RGB 165 175 182 -
CMYK 0.09 0.04 0 0.29
HSL 204.71º 0.1% 0.68% -
HSV(B) 204.71º 0.09% 0.71% -
XYZ 39.29 42.04 50.3 -
YUV 172.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 165 175 182 0.09 0.04 0 0.29 204.71 0.1 0.68
Hex A5 AF B6 9 4 0 1D CD A 44
Octal 245 257 266 11 4 0 35 315 12 104
Binary 10100101 10101111 10110110 1001 100 0 11101 11001101 1010 1000100

Color Harmonies of #A5AFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AFB6

Black with #A5AFB6

Text Example


Text Example

White with #A5AFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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