Html Css Color HEX #A5AAAB Gull Grey

📋 copy color: '#A5AAAB'

red 165 ◦ green 170 ◦ blue 171

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

Shades of Gull Grey #A5AAAB

Tints of Gull Grey #A5AAAB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.6%

 BLUE value IS 171 (67.19% from 255) = 33.79%

R = 32.61%
G = 33.6%
B = 33.79%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A5AAAB (or 0xA5AAAB) is known color: Gull Grey. HEX triplet: A5, AA and AB. RGB value is (165,170,171). Sum of RGB (Red+Green+Blue) = 165+170+171=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 171 - color contains mainly: blue. Hex color #A5AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AAAB is #5A5554. Grayscale: #A8A8A8. Windows color (decimal): -5920085 or 11250341. OLE color: 11250341.

HSL color Cylindrical-coordinate representation of color #A5AAAB: hue angle of 190º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A5AAAB is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 170 171 -
CMYK 0.04 0.01 0 0.33
HSL 190º 0.03% 0.66% -
HSV(B) 190º 0.04% 0.67% -
XYZ 37.24 39.69 44.23 -
YUV 168.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 165 170 171 0.04 0.01 0 0.33 190 0.03 0.66
Hex A5 AA AB 4 1 0 21 BE 3 42
Octal 245 252 253 4 1 0 41 276 3 102
Binary 10100101 10101010 10101011 100 1 0 100001 10111110 11 1000010

Color Harmonies of #A5AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AAAB

Black with #A5AAAB

Text Example


Text Example

White with #A5AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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