Html Css Color HEX #A1B4A8 Skeptic

📋 copy color: '#A1B4A8'

red 161 ◦ green 180 ◦ blue 168

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

Shades of Skeptic #A1B4A8

Tints of Skeptic #A1B4A8

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.36%

 BLUE value IS 168 (66.02% from 255) = 33.01%

R = 31.63%
G = 35.36%
B = 33.01%

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

#A1B4A8 (or 0xA1B4A8) is known color: Skeptic. HEX triplet: A1, B4 and A8. RGB value is (161,180,168). Sum of RGB (Red+Green+Blue) = 161+180+168=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B4A8 is #5E4B57. Grayscale: #ACACAC. Windows color (decimal): -6179672 or 11056289. OLE color: 11056289.

HSL color Cylindrical-coordinate representation of color #A1B4A8: hue angle of 142.11º degrees, saturation: 0.11, 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 #A1B4A8 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 180 168 -
CMYK 0.11 0 0.07 0.29
HSL 142.11º 0.11% 0.67% -
HSV(B) 142.11º 0.11% 0.71% -
XYZ 38.09 43.05 43.35 -
YUV 172.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 161 180 168 0.11 0 0.07 0.29 142.11 0.11 0.67
Hex A1 B4 A8 B 0 7 1D 8E B 43
Octal 241 264 250 13 0 7 35 216 13 103
Binary 10100001 10110100 10101000 1011 0 111 11101 10001110 1011 1000011

Color Harmonies of #A1B4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B4A8

Black with #A1B4A8

Text Example


Text Example

White with #A1B4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B4A8; }

 p { color: rgb(161,180,168); }

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

background-color css

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

 a { background-color: rgb(161,180,168); }

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

border-color css

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

 span { border-color: rgb(161,180,168); }

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