Html Css Color HEX #A1B2A9 Skeptic

📋 copy color: '#A1B2A9'

red 161 ◦ green 178 ◦ blue 169

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

Shades of Skeptic #A1B2A9

Tints of Skeptic #A1B2A9

RGB

 RED value IS 161 (63.28% from 255) = 31.69%

 GREEN value IS 178 (69.92% from 255) = 35.04%

 BLUE value IS 169 (66.41% from 255) = 33.27%

R = 31.69%
G = 35.04%
B = 33.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#A1B2A9 (or 0xA1B2A9) is known color: Skeptic. HEX triplet: A1, B2 and A9. RGB value is (161,178,169). Sum of RGB (Red+Green+Blue) = 161+178+169=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B2A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B2A9 is #5E4D56. Grayscale: #ABABAB. Windows color (decimal): -6180183 or 11121313. OLE color: 11121313.

HSL color Cylindrical-coordinate representation of color #A1B2A9: hue angle of 148.24º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A1B2A9 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 178 169 -
CMYK 0.10 0 0.05 0.30
HSL 148.24º 0.1% 0.66% -
HSV(B) 148.24º 0.1% 0.7% -
XYZ 37.78 42.28 43.71 -
YUV 171.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 161 178 169 0.10 0 0.05 0.30 148.24 0.1 0.66
Hex A1 B2 A9 A 0 5 1E 94 A 42
Octal 241 262 251 12 0 5 36 224 12 102
Binary 10100001 10110010 10101001 1010 0 101 11110 10010100 1010 1000010

Color Harmonies of #A1B2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B2A9

Black with #A1B2A9

Text Example


Text Example

White with #A1B2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B2A9; }

 p { color: rgb(161,178,169); }

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

background-color css

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

 a { background-color: rgb(161,178,169); }

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

border-color css

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

 span { border-color: rgb(161,178,169); }

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