Html Css Color HEX #A8ACAE Gull Grey

📋 copy color: '#A8ACAE'

red 168 ◦ green 172 ◦ blue 174

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

Shades of Gull Grey #A8ACAE

Tints of Gull Grey #A8ACAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.85%

R = 32.68%
G = 33.46%
B = 33.85%

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

#A8ACAE (or 0xA8ACAE) is known color: Gull Grey. HEX triplet: A8, AC and AE. RGB value is (168,172,174). Sum of RGB (Red+Green+Blue) = 168+172+174=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 174 - color contains mainly: blue. Hex color #A8ACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ACAE is #575351. Grayscale: #ABABAB. Windows color (decimal): -5722962 or 11447464. OLE color: 11447464.

HSL color Cylindrical-coordinate representation of color #A8ACAE: hue angle of 200º degrees, saturation: 0.04, 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 #A8ACAE is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 172 174 -
CMYK 0.03 0.01 0 0.32
HSL 200º 0.04% 0.67% -
HSV(B) 200º 0.03% 0.68% -
XYZ 38.54 40.89 45.9 -
YUV 171.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 168 172 174 0.03 0.01 0 0.32 200 0.04 0.67
Hex A8 AC AE 3 1 0 20 C8 4 43
Octal 250 254 256 3 1 0 40 310 4 103
Binary 10101000 10101100 10101110 11 1 0 100000 11001000 100 1000011

Color Harmonies of #A8ACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ACAE

Black with #A8ACAE

Text Example


Text Example

White with #A8ACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ACAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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