Html Css Color HEX #A5ADAE Gull Grey

📋 copy color: '#A5ADAE'

red 165 ◦ green 173 ◦ blue 174

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

Shades of Gull Grey #A5ADAE

Tints of Gull Grey #A5ADAE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.79%

 BLUE value IS 174 (68.36% from 255) = 33.98%

R = 32.23%
G = 33.79%
B = 33.98%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A5ADAE (or 0xA5ADAE) is known color: Gull Grey. HEX triplet: A5, AD and AE. RGB value is (165,173,174). Sum of RGB (Red+Green+Blue) = 165+173+174=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 174 - color contains mainly: blue. Hex color #A5ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ADAE is #5A5251. Grayscale: #AAAAAA. Windows color (decimal): -5919314 or 11447717. OLE color: 11447717.

HSL color Cylindrical-coordinate representation of color #A5ADAE: hue angle of 186.67º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A5ADAE is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 173 174 -
CMYK 0.05 0.01 0 0.32
HSL 186.67º 0.05% 0.66% -
HSV(B) 186.67º 0.05% 0.68% -
XYZ 38.1 40.94 45.94 -
YUV 170.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 165 173 174 0.05 0.01 0 0.32 186.67 0.05 0.66
Hex A5 AD AE 5 1 0 20 BB 5 42
Octal 245 255 256 5 1 0 40 273 5 102
Binary 10100101 10101101 10101110 101 1 0 100000 10111011 101 1000010

Color Harmonies of #A5ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ADAE

Black with #A5ADAE

Text Example


Text Example

White with #A5ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ADAE; }

 p { color: rgb(165,173,174); }

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

background-color css

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

 a { background-color: rgb(165,173,174); }

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

border-color css

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

 span { border-color: rgb(165,173,174); }

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