Html Css Color HEX #A8AAAB Gull Grey

📋 copy color: '#A8AAAB'

red 168 ◦ green 170 ◦ blue 171

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

Shades of Gull Grey #A8AAAB

Tints of Gull Grey #A8AAAB

RGB

 RED value IS 168 (66.02% from 255) = 33.01%

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

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

R = 33.01%
G = 33.4%
B = 33.6%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A8AAAB (or 0xA8AAAB) is known color: Gull Grey. HEX triplet: A8, AA and AB. RGB value is (168,170,171). Sum of RGB (Red+Green+Blue) = 168+170+171=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 171 - color contains mainly: blue. Hex color #A8AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AAAB is #575554. Grayscale: #A9A9A9. Windows color (decimal): -5723477 or 11250344. OLE color: 11250344.

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

Color convert

RGB 168 170 171 -
CMYK 0.02 0.01 0 0.33
HSL 200º 0.02% 0.66% -
HSV(B) 200º 0.02% 0.67% -
XYZ 37.87 40.01 44.26 -
YUV 169.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 168 170 171 0.02 0.01 0 0.33 200 0.02 0.66
Hex A8 AA AB 2 1 0 21 C8 2 42
Octal 250 252 253 2 1 0 41 310 2 102
Binary 10101000 10101010 10101011 10 1 0 100001 11001000 10 1000010

Color Harmonies of #A8AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AAAB

Black with #A8AAAB

Text Example


Text Example

White with #A8AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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