Html Css Color HEX #A5ABAE Gull Grey

📋 copy color: '#A5ABAE'

red 165 ◦ green 171 ◦ blue 174

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

Shades of Gull Grey #A5ABAE

Tints of Gull Grey #A5ABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.53%

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

R = 32.35%
G = 33.53%
B = 34.12%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A5ABAE (or 0xA5ABAE) is known color: Gull Grey. HEX triplet: A5, AB and AE. RGB value is (165,171,174). Sum of RGB (Red+Green+Blue) = 165+171+174=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 174 - color contains mainly: blue. Hex color #A5ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ABAE is #5A5451. Grayscale: #A9A9A9. Windows color (decimal): -5919826 or 11447205. OLE color: 11447205.

HSL color Cylindrical-coordinate representation of color #A5ABAE: hue angle of 200º 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 #A5ABAE is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 171 174 -
CMYK 0.05 0.02 0 0.32
HSL 200º 0.05% 0.66% -
HSV(B) 200º 0.05% 0.68% -
XYZ 37.72 40.18 45.81 -
YUV 169.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 165 171 174 0.05 0.02 0 0.32 200 0.05 0.66
Hex A5 AB AE 5 2 0 20 C8 5 42
Octal 245 253 256 5 2 0 40 310 5 102
Binary 10100101 10101011 10101110 101 10 0 100000 11001000 101 1000010

Color Harmonies of #A5ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ABAE

Black with #A5ABAE

Text Example


Text Example

White with #A5ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ABAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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