Html Css Color HEX #A4ADB2 Gull Grey

📋 copy color: '#A4ADB2'

red 164 ◦ green 173 ◦ blue 178

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

Shades of Gull Grey #A4ADB2

Tints of Gull Grey #A4ADB2

RGB

 RED value IS 164 (64.45% from 255) = 31.84%

 GREEN value IS 173 (67.97% from 255) = 33.59%

 BLUE value IS 178 (69.92% from 255) = 34.56%

R = 31.84%
G = 33.59%
B = 34.56%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A4ADB2 (or 0xA4ADB2) is known color: Gull Grey. HEX triplet: A4, AD and B2. RGB value is (164,173,178). Sum of RGB (Red+Green+Blue) = 164+173+178=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 178 - color contains mainly: blue. Hex color #A4ADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ADB2 is #5B524D. Grayscale: #AAAAAA. Windows color (decimal): -5984846 or 11709860. OLE color: 11709860.

HSL color Cylindrical-coordinate representation of color #A4ADB2: hue angle of 201.43º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A4ADB2 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 173 178 -
CMYK 0.08 0.03 0 0.30
HSL 201.43º 0.08% 0.67% -
HSV(B) 201.43º 0.08% 0.7% -
XYZ 38.29 40.99 48.01 -
YUV 170.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 164 173 178 0.08 0.03 0 0.30 201.43 0.08 0.67
Hex A4 AD B2 8 3 0 1E C9 8 43
Octal 244 255 262 10 3 0 36 311 10 103
Binary 10100100 10101101 10110010 1000 11 0 11110 11001001 1000 1000011

Color Harmonies of #A4ADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ADB2

Black with #A4ADB2

Text Example


Text Example

White with #A4ADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ADB2; }

 p { color: rgb(164,173,178); }

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

background-color css

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

 a { background-color: rgb(164,173,178); }

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

border-color css

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

 span { border-color: rgb(164,173,178); }

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