Html Css Color HEX #A8ACAD Gull Grey

📋 copy color: '#A8ACAD'

red 168 ◦ green 172 ◦ blue 173

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

Shades of Gull Grey #A8ACAD

Tints of Gull Grey #A8ACAD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.53%

 BLUE value IS 173 (67.97% from 255) = 33.72%

R = 32.75%
G = 33.53%
B = 33.72%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A8ACAD (or 0xA8ACAD) is known color: Gull Grey. HEX triplet: A8, AC and AD. RGB value is (168,172,173). Sum of RGB (Red+Green+Blue) = 168+172+173=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 173 - color contains mainly: blue. Hex color #A8ACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ACAD is #575352. Grayscale: #AAAAAA. Windows color (decimal): -5722963 or 11381928. OLE color: 11381928.

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

Color convert

RGB 168 172 173 -
CMYK 0.03 0.01 0 0.32
HSL 192º 0.03% 0.67% -
HSV(B) 192º 0.03% 0.68% -
XYZ 38.44 40.85 45.39 -
YUV 170.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 168 172 173 0.03 0.01 0 0.32 192 0.03 0.67
Hex A8 AC AD 3 1 0 20 C0 3 43
Octal 250 254 255 3 1 0 40 300 3 103
Binary 10101000 10101100 10101101 11 1 0 100000 11000000 11 1000011

Color Harmonies of #A8ACAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ACAD

Black with #A8ACAD

Text Example


Text Example

White with #A8ACAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ACAD; }

 p { color: rgb(168,172,173); }

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

background-color css

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

 a { background-color: rgb(168,172,173); }

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

border-color css

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

 span { border-color: rgb(168,172,173); }

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