Html Css Color HEX #A1B5A9 Skeptic

📋 copy color: '#A1B5A9'

red 161 ◦ green 181 ◦ blue 169

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

Shades of Skeptic #A1B5A9

Tints of Skeptic #A1B5A9

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.42%

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

R = 31.51%
G = 35.42%
B = 33.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#A1B5A9 (or 0xA1B5A9) is known color: Skeptic. HEX triplet: A1, B5 and A9. RGB value is (161,181,169). Sum of RGB (Red+Green+Blue) = 161+181+169=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B5A9 is #5E4A56. Grayscale: #ADADAD. Windows color (decimal): -6179415 or 11122081. OLE color: 11122081.

HSL color Cylindrical-coordinate representation of color #A1B5A9: hue angle of 144º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1B5A9 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 181 169 -
CMYK 0.11 0 0.07 0.29
HSL 144º 0.12% 0.67% -
HSV(B) 144º 0.11% 0.71% -
XYZ 38.38 43.49 43.91 -
YUV 173.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 161 181 169 0.11 0 0.07 0.29 144 0.12 0.67
Hex A1 B5 A9 B 0 7 1D 90 C 43
Octal 241 265 251 13 0 7 35 220 14 103
Binary 10100001 10110101 10101001 1011 0 111 11101 10010000 1100 1000011

Color Harmonies of #A1B5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B5A9

Black with #A1B5A9

Text Example


Text Example

White with #A1B5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B5A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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