Html Css Color HEX #A8ACAF Gull Grey

📋 copy color: '#A8ACAF'

red 168 ◦ green 172 ◦ blue 175

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

Shades of Gull Grey #A8ACAF

Tints of Gull Grey #A8ACAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.98%

R = 32.62%
G = 33.4%
B = 33.98%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A8ACAF (or 0xA8ACAF) is known color: Gull Grey. HEX triplet: A8, AC and AF. RGB value is (168,172,175). Sum of RGB (Red+Green+Blue) = 168+172+175=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 175 - color contains mainly: blue. Hex color #A8ACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ACAF is #575350. Grayscale: #ABABAB. Windows color (decimal): -5722961 or 11513000. OLE color: 11513000.

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

Color convert

RGB 168 172 175 -
CMYK 0.04 0.02 0 0.31
HSL 205.71º 0.04% 0.67% -
HSV(B) 205.71º 0.04% 0.69% -
XYZ 38.64 40.93 46.42 -
YUV 171.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 168 172 175 0.04 0.02 0 0.31 205.71 0.04 0.67
Hex A8 AC AF 4 2 0 1F CE 4 43
Octal 250 254 257 4 2 0 37 316 4 103
Binary 10101000 10101100 10101111 100 10 0 11111 11001110 100 1000011

Color Harmonies of #A8ACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ACAF

Black with #A8ACAF

Text Example


Text Example

White with #A8ACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ACAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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