Html Css Color HEX #A8B1B7 Gull Grey

📋 copy color: '#A8B1B7'

red 168 ◦ green 177 ◦ blue 183

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

Shades of Gull Grey #A8B1B7

Tints of Gull Grey #A8B1B7

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.52%

 BLUE value IS 183 (71.88% from 255) = 34.66%

R = 31.82%
G = 33.52%
B = 34.66%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A8B1B7 (or 0xA8B1B7) is known color: Gull Grey. HEX triplet: A8, B1 and B7. RGB value is (168,177,183). Sum of RGB (Red+Green+Blue) = 168+177+183=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 183 - color contains mainly: blue. Hex color #A8B1B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8B1B7 is #574E48. Grayscale: #AEAEAE. Windows color (decimal): -5721673 or 12038568. OLE color: 12038568.

HSL color Cylindrical-coordinate representation of color #A8B1B7: hue angle of 204º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8B1B7 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 177 183 -
CMYK 0.08 0.03 0 0.28
HSL 204º 0.09% 0.69% -
HSV(B) 204º 0.08% 0.72% -
XYZ 40.42 43.19 51.01 -
YUV 174.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 168 177 183 0.08 0.03 0 0.28 204 0.09 0.69
Hex A8 B1 B7 8 3 0 1C CC 9 45
Octal 250 261 267 10 3 0 34 314 11 105
Binary 10101000 10110001 10110111 1000 11 0 11100 11001100 1001 1000101

Color Harmonies of #A8B1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B1B7

Black with #A8B1B7

Text Example


Text Example

White with #A8B1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B1B7; }

 p { color: rgb(168,177,183); }

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

background-color css

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

 a { background-color: rgb(168,177,183); }

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

border-color css

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

 span { border-color: rgb(168,177,183); }

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