Html Css Color HEX #A8AEB0 Gull Grey

📋 copy color: '#A8AEB0'

red 168 ◦ green 174 ◦ blue 176

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

Shades of Gull Grey #A8AEB0

Tints of Gull Grey #A8AEB0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.59%

 BLUE value IS 176 (69.14% from 255) = 33.98%

R = 32.43%
G = 33.59%
B = 33.98%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A8AEB0 (or 0xA8AEB0) is known color: Gull Grey. HEX triplet: A8, AE and B0. RGB value is (168,174,176). Sum of RGB (Red+Green+Blue) = 168+174+176=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 176 - color contains mainly: blue. Hex color #A8AEB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AEB0 is #57514F. Grayscale: #ACACAC. Windows color (decimal): -5722448 or 11579048. OLE color: 11579048.

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

Color convert

RGB 168 174 176 -
CMYK 0.05 0.01 0 0.31
HSL 195º 0.05% 0.67% -
HSV(B) 195º 0.05% 0.69% -
XYZ 39.12 41.73 47.07 -
YUV 172.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 168 174 176 0.05 0.01 0 0.31 195 0.05 0.67
Hex A8 AE B0 5 1 0 1F C3 5 43
Octal 250 256 260 5 1 0 37 303 5 103
Binary 10101000 10101110 10110000 101 1 0 11111 11000011 101 1000011

Color Harmonies of #A8AEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AEB0

Black with #A8AEB0

Text Example


Text Example

White with #A8AEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AEB0; }

 p { color: rgb(168,174,176); }

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

background-color css

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

 a { background-color: rgb(168,174,176); }

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

border-color css

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

 span { border-color: rgb(168,174,176); }

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